Searched refs:TEE_AEDecryptFinal (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 42 #define TEE_AEDecryptFinal __GP11_TEE_AEDecryptFinal macro
|
| H A D | tee_internal_api.h | 421 TEE_Result TEE_AEDecryptFinal(TEE_OperationHandle operation,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_aes.c | 321 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 D | entry.c | 139 res = TEE_AEDecryptFinal(crypto_op, hdr->enc_key, enc_key_len, out, in huk_ae_decrypt()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1923 TEE_Result TEE_AEDecryptFinal(TEE_OperationHandle operation, in TEE_AEDecryptFinal() function 2015 res = TEE_AEDecryptFinal(operation, srcData, srcLen, destData, &dl, in __GP11_TEE_AEDecryptFinal()
|