Searched refs:TEE_AEInit (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 44 #define TEE_AEInit __GP11_TEE_AEInit macro
|
| H A D | tee_internal_api.h | 394 TEE_Result TEE_AEInit(TEE_OperationHandle operation, const void *nonce,
|
| /optee_os/ta/trusted_keys/ |
| H A D | entry.c | 108 res = TEE_AEInit(crypto_op, hdr->iv, IV_SIZE, TAG_SIZE * 8, 0, 0); in huk_ae_encrypt() 134 res = TEE_AEInit(crypto_op, hdr->iv, IV_SIZE, TAG_SIZE * 8, 0, 0); in huk_ae_decrypt()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_aes.c | 521 TEE_AEInit(session->processing->tee_op_handle, in tee_init_gcm_operation()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1580 TEE_Result TEE_AEInit(TEE_OperationHandle operation, const void *nonce, in TEE_AEInit() function 1638 return TEE_AEInit(operation, nonce, nonceLen, tagLen, AADLen, in __GP11_TEE_AEInit()
|