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.rs262 operation: TEE_OperationHandle, in TEE_GetOperationInfo() argument
266 operation: TEE_OperationHandle, in TEE_GetOperationInfoMultiple() argument
274 operation: TEE_OperationHandle, in TEE_SetOperationKey2() argument
290 operation: TEE_OperationHandle, in TEE_DigestUpdate() argument
295 operation: TEE_OperationHandle, in TEE_DigestDoFinal() argument
305 operation: TEE_OperationHandle, in TEE_CipherInit() argument
310 operation: TEE_OperationHandle, in TEE_CipherUpdate() argument
317 operation: TEE_OperationHandle, in TEE_CipherDoFinal() argument
327 operation: TEE_OperationHandle, in TEE_MACInit() argument
332 operation: TEE_OperationHandle, in TEE_MACUpdate() argument
[all …]
A Dtee_api_types.rs91 pub type TEE_OperationHandle = *mut __TEE_OperationHandle; typedef
/optee_rust/optee-utee/src/
A Dcrypto_op.rs163 raw: *mut raw::TEE_OperationHandle,
167 fn from_raw(raw: *mut raw::TEE_OperationHandle) -> OperationHandle { in from_raw()
171 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
180 let raw_handle: *mut raw::TEE_OperationHandle = Box::into_raw(Box::new(ptr::null_mut())); in allocate()
258 fn handle(&self) -> raw::TEE_OperationHandle; in handle() argument
506 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
743 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
930 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
1213 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
1467 fn handle(&self) -> raw::TEE_OperationHandle { in handle() argument
[all …]

Completed in 45 milliseconds