Searched refs:TEE_CipherDoFinal (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 60 #define TEE_CipherDoFinal __GP11_TEE_CipherDoFinal macro
|
| H A D | tee_internal_api.h | 359 TEE_Result TEE_CipherDoFinal(TEE_OperationHandle operation,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_symm.c | 1016 res = TEE_CipherDoFinal(proc->tee_op_handle, in step_symm_operation() 1113 res = TEE_CipherDoFinal(proc->tee_op_handle, in_buf, in_size, in derive_key_by_symm_enc() 1183 res = TEE_CipherDoFinal(proc->tee_op_handle, in_buf, in_sz, in wrap_data_by_symm_enc() 1217 res = TEE_CipherDoFinal(proc->tee_op_handle, data, data_sz, in unwrap_key_by_symm() 1229 res = TEE_CipherDoFinal(proc->tee_op_handle, data, data_sz, in unwrap_key_by_symm()
|
| H A D | pkcs11_attributes.c | 2942 res = TEE_CipherDoFinal(op, buf, buf_size, buf, &buf_size); in compute_check_value_with_ecb()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1281 TEE_Result TEE_CipherDoFinal(TEE_OperationHandle operation, in TEE_CipherDoFinal() 1401 res = TEE_CipherDoFinal(operation, srcData, srcLen, destData, &dl); in TEE_MACInit() 1272 TEE_Result TEE_CipherDoFinal(TEE_OperationHandle operation, TEE_CipherDoFinal() function
|