Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/auth/
Dcrypto_mod.h79 unsigned int key_flags, const void *iv,
106 unsigned int key_flags, const void *iv,
/trusted-firmware-a-latest/drivers/io/
Dio_encrypted.c162 unsigned int key_flags = 0; in enc_file_read() local
197 result = plat_get_enc_key_info(fw_enc_status, key, &key_len, &key_flags, in enc_file_read()
207 key_len, key_flags, header.iv, in enc_file_read()
/trusted-firmware-a-latest/drivers/auth/
Dcrypto_mod.c172 unsigned int key_flags, const void *iv, in crypto_mod_auth_decrypt() argument
187 key_len, key_flags, iv, iv_len, tag, in crypto_mod_auth_decrypt()
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_crypto_lib.c561 static enum stm32_saes_key_selection select_key(unsigned int key_flags) in select_key() argument
563 if ((key_flags & ENC_KEY_IS_IDENTIFIER) != 0U) { in select_key()
573 unsigned int key_flags, in stm32_decrypt_aes_gcm() argument
584 key_mode = select_key(key_flags); in stm32_decrypt_aes_gcm()
624 const void *key, unsigned int key_len, unsigned int key_flags, in crypto_auth_decrypt() argument
642 rc = stm32_decrypt_aes_gcm(data_ptr, len, key, key_len, key_flags, in crypto_auth_decrypt()
/trusted-firmware-a-latest/drivers/auth/mbedtls/
Dmbedtls_crypto.c373 unsigned int key_flags, const void *iv, in auth_decrypt() argument
379 assert((key_flags & ENC_KEY_IS_IDENTIFIER) == 0); in auth_decrypt()
Dmbedtls_psa_crypto.c652 unsigned int key_flags, const void *iv, in auth_decrypt() argument
658 assert((key_flags & ENC_KEY_IS_IDENTIFIER) == 0); in auth_decrypt()
/trusted-firmware-a-latest/docs/design/
Dauth-framework.rst246 unsigned int key_flags, const void *iv,
993 unsigned int key_flags, const void *iv,