Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h42 #define TEE_AEDecryptFinal __GP11_TEE_AEDecryptFinal macro
H A Dtee_internal_api.h421 TEE_Result TEE_AEDecryptFinal(TEE_OperationHandle operation,
/optee_os/ta/pkcs11/src/
H A Dprocessing_aes.c321 res = TEE_AEDecryptFinal(session->processing->tee_op_handle, in tee_ae_decrypt_final()
332 res = TEE_AEDecryptFinal(session->processing->tee_op_handle, in tee_ae_decrypt_final()
/optee_os/ta/trusted_keys/
H A Dentry.c139 res = TEE_AEDecryptFinal(crypto_op, hdr->enc_key, enc_key_len, out, in huk_ae_decrypt()
/optee_os/lib/libutee/
H A Dtee_api_operations.c1923 TEE_Result TEE_AEDecryptFinal(TEE_OperationHandle operation, in TEE_AEDecryptFinal() function
2015 res = TEE_AEDecryptFinal(operation, srcData, srcLen, destData, &dl, in __GP11_TEE_AEDecryptFinal()