| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 202 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 D | mbedtls_crypto.c | 309 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 D | mbedtls_psa_crypto.c | 499 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 D | crypto_mod.h | 83 unsigned int iv_len, const void *tag, 116 unsigned int iv_len, const void *tag,
|
| /rk3399_ARM-atf/include/tools_share/ |
| H A D | firmware_encrypted.h | 36 uint16_t iv_len; member
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32_saes.h | 51 const void *key, size_t key_len, const void *iv, size_t iv_len);
|
| /rk3399_ARM-atf/drivers/io/ |
| H 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()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 575 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 D | encrypt.c | 127 header.iv_len = IV_SIZE; in gcm_encrypt()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 265 const void *iv, unsigned int iv_len,
|