Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h44 #define TEE_AEInit __GP11_TEE_AEInit macro
H A Dtee_internal_api.h394 TEE_Result TEE_AEInit(TEE_OperationHandle operation, const void *nonce,
/optee_os/ta/trusted_keys/
H A Dentry.c108 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 Dprocessing_aes.c521 TEE_AEInit(session->processing->tee_op_handle, in tee_init_gcm_operation()
/optee_os/lib/libutee/
H A Dtee_api_operations.c1580 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()