Home
last modified time | relevance | path

Searched refs:TEE_MACComputeFinal (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h82 #define TEE_MACComputeFinal __GP11_TEE_MACComputeFinal macro
H A Dtee_internal_api.h378 TEE_Result TEE_MACComputeFinal(TEE_OperationHandle operation,
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c915 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 Dtee_api_operations.c1463 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