Searched refs:TEE_MACComputeFinal (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 82 #define TEE_MACComputeFinal __GP11_TEE_MACComputeFinal macro
|
| H A D | tee_internal_api.h | 378 TEE_Result TEE_MACComputeFinal(TEE_OperationHandle operation,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_symm.c | 915 res = TEE_MACComputeFinal(proc->tee_op_handle, in step_symm_operation() 957 res = TEE_MACComputeFinal(proc->tee_op_handle, in step_symm_operation() 973 res = TEE_MACComputeFinal(proc->tee_op_handle, in_buf, in step_symm_operation()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1463 TEE_Result TEE_MACComputeFinal(TEE_OperationHandle operation, in TEE_MACComputeFinal() 1518 res = TEE_MACComputeFinal(operation, message, messageLen, mac, &ml); in TEE_MACCompareFinal() 1546 res = TEE_MACComputeFinal(operation, message, messageLen, computed_mac, in TEE_MACCompareFinal() 1454 TEE_Result TEE_MACComputeFinal(TEE_OperationHandle operation, TEE_MACComputeFinal() function
|