Searched refs:TEE_OperationHandle (Results 1 – 3 of 3) sorted by relevance
/optee_rust/optee-utee/optee-utee-sys/src/ |
A D | tee_api.rs | 253 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 D | tee_api_types.rs | 88 pub type TEE_OperationHandle = *mut __TEE_OperationHandle; typedef
|
/optee_rust/optee-utee/src/ |
A D | crypto_op.rs | 159 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