Trait optee_utee::crypto_op::OpHandle
source · pub trait OpHandle {
// Required method
fn handle(&self) -> TEE_OperationHandle;
}
Expand description
A trait for a crypto operation to return its handle.
Required Methods§
sourcefn handle(&self) -> TEE_OperationHandle
fn handle(&self) -> TEE_OperationHandle
Return the handle of an operation.