Home
last modified time | relevance | path

Searched refs:TEE_CipherDoFinal (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h60 #define TEE_CipherDoFinal __GP11_TEE_CipherDoFinal macro
H A Dtee_internal_api.h359 TEE_Result TEE_CipherDoFinal(TEE_OperationHandle operation,
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c1016 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 Dpkcs11_attributes.c2942 res = TEE_CipherDoFinal(op, buf, buf_size, buf, &buf_size); in compute_check_value_with_ecb()
/optee_os/lib/libutee/
H A Dtee_api_operations.c1281 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