Searched refs:ObjectHandle (Results 1 – 1 of 1) sorted by relevance
218 pub struct ObjectHandle { struct222 impl ObjectHandle { implementation227 fn from_raw(raw: *mut raw::TEE_ObjectHandle) -> ObjectHandle { in from_raw() argument489 pub struct TransientObject(ObjectHandle);494 Self(ObjectHandle::from_raw(ptr::null_mut())) in null_object()538 let handle = ObjectHandle::from_raw(raw_handle); in allocate()860 pub struct PersistentObject(ObjectHandle);921 let handle = ObjectHandle::from_raw(raw_handle); in open()988 attributes: Option<ObjectHandle>, in create() argument1009 let handle = ObjectHandle::from_raw(raw_handle); in create()
Completed in 6 milliseconds