Home
last modified time | relevance | path

Searched refs:iv_len (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a/drivers/auth/
A Dcrypto_mod.c142 unsigned int iv_len, const void *tag, in crypto_mod_auth_decrypt() argument
151 assert((iv_len != 0U) && (iv_len <= CRYPTO_MAX_IV_SIZE)); in crypto_mod_auth_decrypt()
156 key_len, key_flags, iv, iv_len, tag, in crypto_mod_auth_decrypt()
/trusted-firmware-a/include/drivers/auth/
A Dcrypto_mod.h63 unsigned int iv_len, const void *tag,
78 unsigned int iv_len, const void *tag,
/trusted-firmware-a/drivers/auth/mbedtls/
A Dmbedtls_crypto.c242 unsigned int iv_len, const void *tag, in aes_gcm_decrypt() argument
261 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len, NULL, 0); in aes_gcm_decrypt()
310 unsigned int iv_len, const void *tag, in auth_decrypt() argument
319 rc = aes_gcm_decrypt(data_ptr, len, key, key_len, iv, iv_len, in auth_decrypt()
/trusted-firmware-a/include/tools_share/
A Dfirmware_encrypted.h36 uint16_t iv_len; member
/trusted-firmware-a/drivers/io/
A Dio_encrypted.c183 if ((header.iv_len > ENC_MAX_IV_SIZE) || in enc_file_read()
208 header.iv_len, header.tag, in enc_file_read()
/trusted-firmware-a/tools/encrypt_fw/src/
A Dencrypt.c127 header.iv_len = IV_SIZE; in gcm_encrypt()
/trusted-firmware-a/docs/design/
A Dauth-framework.rst953 unsigned int iv_len, const void *tag,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dauth-framework.rst.txt953 unsigned int iv_len, const void *tag,
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …40,42,48,49,53,56,63,108,112,115,117,123,124,135,138,143],iv:[36,48,112],iv_len:36,ivi:6,j15:78,j3…

Completed in 23 milliseconds