Searched refs:iv_len (Results 1 – 7 of 7) sorted by relevance
/tf-a-ffa_el3_spmc/drivers/auth/ |
A D | crypto_mod.c | 142 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 D | crypto_mod.h | 63 unsigned int iv_len, const void *tag, 78 unsigned int iv_len, const void *tag,
|
/tf-a-ffa_el3_spmc/include/tools_share/ |
A D | firmware_encrypted.h | 36 uint16_t iv_len; member
|
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_crypto.c | 242 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 D | io_encrypted.c | 183 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 D | encrypt.c | 127 header.iv_len = IV_SIZE; in gcm_encrypt()
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | auth-framework.rst | 953 unsigned int iv_len, const void *tag,
|
Completed in 11 milliseconds