Searched refs:crypto_authenc_update_aad (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 492 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 D | tee_svc_cryp.c | 4149 res = crypto_authenc_update_aad(cs->ctx, cs->mode, aad_data, in syscall_authenc_update_aad()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 67 TEE_Result crypto_authenc_update_aad(void *ctx, TEE_OperationMode mode,
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 417 TEE_Result crypto_authenc_update_aad(void *ctx, TEE_OperationMode mode __unused, in crypto_authenc_update_aad() function
|