Home
last modified time | relevance | path

Searched refs:TEE_OperationHandle (Results 1 – 3 of 3) sorted by relevance

/optee_rust/optee-utee/optee-utee-sys/src/
A Dtee_api.rs253 operation: TEE_OperationHandle, in TEE_GetOperationInfo() argument
257 operation: TEE_OperationHandle, in TEE_GetOperationInfoMultiple() argument
265 operation: TEE_OperationHandle, in TEE_SetOperationKey2() argument
281 operation: TEE_OperationHandle, in TEE_DigestUpdate() argument
286 operation: TEE_OperationHandle, in TEE_DigestDoFinal() argument
296 operation: TEE_OperationHandle, in TEE_CipherInit() argument
301 operation: TEE_OperationHandle, in TEE_CipherUpdate() argument
308 operation: TEE_OperationHandle, in TEE_CipherDoFinal() argument
318 operation: TEE_OperationHandle, in TEE_MACInit() argument
323 operation: TEE_OperationHandle, in TEE_MACUpdate() argument
[all …]
A Dtee_api_types.rs88 pub type TEE_OperationHandle = *mut __TEE_OperationHandle; typedef
/optee_rust/optee-utee/src/
A Dcrypto_op.rs159 raw: *mut raw::TEE_OperationHandle,
163 fn from_raw(raw: *mut raw::TEE_OperationHandle) -> OperationHandle { in from_raw()
167 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
176 let raw_handle: *mut raw::TEE_OperationHandle = Box::into_raw(Box::new(ptr::null_mut())); in allocate()
254 fn handle(&self) -> raw::TEE_OperationHandle; in handle() argument
502 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
739 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
926 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
1209 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
1463 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
[all …]

Completed in 12 milliseconds