Searched defs:aad_len (Results 1 – 13 of 13) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | chachapoly.c | 171 size_t aad_len ) in mbedtls_chachapoly_update_aad() 297 size_t aad_len, in chachapoly_crypt_and_tag() 326 size_t aad_len, in mbedtls_chachapoly_encrypt_and_tag() 347 size_t aad_len, in mbedtls_chachapoly_auth_decrypt()
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | chachapoly.h | 66 …uint64_t aad_len; /**< The length (bytes) of the Additional Authenticated Da… member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | chachapoly.h | 66 …uint64_t aad_len; /**< The length (bytes) of the Additional Authenticated Da… member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | chachapoly.h | 66 …uint64_t aad_len; /**< The length (bytes) of the Additional Authenticated Da… member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | chachapoly.h | 66 …uint64_t aad_len; /**< The length (bytes) of the Additional Authenticated Da… member
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | chachapoly.h | 66 …uint64_t aad_len; /**< The length (bytes) of the Additional Authenticated Da… member
|
/optee_os/core/drivers/crypto/crypto_api/authenc/ |
A D | authenc.c | 78 size_t nonce_len, size_t tag_len, size_t aad_len, in authenc_init()
|
/optee_os/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_authenc.h | 31 size_t aad_len; /* Additional Authenticated Data length */ member
|
/optee_os/core/lib/libtomcrypt/ |
A D | ccm.c | 65 size_t tag_len, size_t aad_len, in crypto_aes_ccm_init()
|
/optee_os/core/crypto/ |
A D | aes-gcm.c | 372 const void *aad, size_t aad_len, in internal_aes_gcm_enc() 395 const void *aad, size_t aad_len, in internal_aes_gcm_dec()
|
A D | crypto.c | 378 size_t tag_len, size_t aad_len, in crypto_authenc_init()
|
/optee_os/core/tee/ |
A D | fs_htree.c | 446 size_t aad_len = TEE_FS_HTREE_FEK_SIZE + TEE_FS_HTREE_IV_SIZE; in authenc_init() local
|
A D | tee_svc_cryp.c | 3217 size_t aad_len, size_t payload_len) in syscall_authenc_init()
|
Completed in 33 milliseconds