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§

source

fn handle(&self) -> TEE_OperationHandle

Return the handle of an operation.

Implementors§