Home
last modified time | relevance | path

Searched defs:OperationHandle (Results 1 – 1 of 1) sorted by relevance

/optee_rust/optee-utee/src/
A Dcrypto_op.rs158 pub struct OperationHandle { struct
159 raw: *mut raw::TEE_OperationHandle, argument
162 impl OperationHandle { impls
163 fn from_raw(raw: *mut raw::TEE_OperationHandle) -> OperationHandle { in from_raw()
240 impl Drop for OperationHandle { implementation

Completed in 8 milliseconds