Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/include/drivers/auth/
A Dcrypto_mod.h63 unsigned int iv_len, const void *tag,
78 unsigned int iv_len, const void *tag,
/tf-a-ffa_el3_spmc/include/tools_share/
A Dfirmware_encrypted.h36 uint16_t iv_len; member
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/
A Dencrypt.c127 header.iv_len = IV_SIZE; in gcm_encrypt()
/tf-a-ffa_el3_spmc/docs/design/
A Dauth-framework.rst953 unsigned int iv_len, const void *tag,

Completed in 11 milliseconds