Home
last modified time | relevance | path

Searched refs:crypto_authenc_update_aad (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/tee/
H A Dfs_htree.c492 res = crypto_authenc_update_aad(ctx, mode, ht->root.node.hash, in authenc_init()
497 res = crypto_authenc_update_aad(ctx, mode, in authenc_init()
504 res = crypto_authenc_update_aad(ctx, mode, ht->head.enc_fek, in authenc_init()
509 res = crypto_authenc_update_aad(ctx, mode, iv, TEE_FS_HTREE_IV_SIZE); in authenc_init()
H A Dtee_svc_cryp.c4149 res = crypto_authenc_update_aad(cs->ctx, cs->mode, aad_data, in syscall_authenc_update_aad()
/optee_os/core/include/crypto/
H A Dcrypto.h67 TEE_Result crypto_authenc_update_aad(void *ctx, TEE_OperationMode mode,
/optee_os/core/crypto/
H A Dcrypto.c417 TEE_Result crypto_authenc_update_aad(void *ctx, TEE_OperationMode mode __unused, in crypto_authenc_update_aad() function