Searched refs:ObjectHandle (Results 1 – 1 of 1) sorted by relevance
214 pub struct ObjectHandle { struct218 impl ObjectHandle { implementation223 fn from_raw(raw: *mut raw::TEE_ObjectHandle) -> ObjectHandle { in from_raw() argument485 pub struct TransientObject(ObjectHandle);490 Self(ObjectHandle::from_raw(ptr::null_mut())) in null_object()534 let handle = ObjectHandle::from_raw(raw_handle); in allocate()856 pub struct PersistentObject(ObjectHandle);917 let handle = ObjectHandle::from_raw(raw_handle); in open()984 attributes: Option<ObjectHandle>, in create() argument1005 let handle = ObjectHandle::from_raw(raw_handle); in create()
Completed in 5 milliseconds