Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/auth/
H A Dcrypto_mod.c202 unsigned int iv_len, const void *tag, in crypto_mod_auth_decrypt() argument
211 assert((iv_len != 0U) && (iv_len <= CRYPTO_MAX_IV_SIZE)); in crypto_mod_auth_decrypt()
216 key_len, key_flags, iv, iv_len, tag, in crypto_mod_auth_decrypt()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c309 unsigned int iv_len, const void *tag, in aes_gcm_decrypt() argument
330 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len, NULL, 0); in aes_gcm_decrypt()
332 rc = mbedtls_gcm_starts(&ctx, MBEDTLS_GCM_DECRYPT, iv, iv_len); in aes_gcm_decrypt()
392 unsigned int iv_len, const void *tag, in auth_decrypt() argument
401 rc = aes_gcm_decrypt(data_ptr, len, key, key_len, iv, iv_len, in auth_decrypt()
H A Dmbedtls_psa_crypto.c499 unsigned int iv_len, const void *tag, in aes_gcm_decrypt() argument
527 psa_status = psa_aead_set_nonce(&operation, iv, iv_len); in aes_gcm_decrypt()
565 unsigned int iv_len, const void *tag, in auth_decrypt() argument
574 rc = aes_gcm_decrypt(data_ptr, len, key, key_len, iv, iv_len, in auth_decrypt()
/rk3399_ARM-atf/include/drivers/auth/
H A Dcrypto_mod.h83 unsigned int iv_len, const void *tag,
116 unsigned int iv_len, const void *tag,
/rk3399_ARM-atf/include/tools_share/
H A Dfirmware_encrypted.h36 uint16_t iv_len; member
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_saes.h51 const void *key, size_t key_len, const void *iv, size_t iv_len);
/rk3399_ARM-atf/drivers/io/
H 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()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_crypto_lib.c575 const void *iv, unsigned int iv_len, in stm32_decrypt_aes_gcm() argument
588 key_len, iv, iv_len); in stm32_decrypt_aes_gcm()
626 const void *iv, unsigned int iv_len, const void *tag, in crypto_auth_decrypt() argument
640 memcpy(real_iv, iv, iv_len); in crypto_auth_decrypt()
/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dencrypt.c127 header.iv_len = IV_SIZE; in gcm_encrypt()
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst265 const void *iv, unsigned int iv_len,