Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/io/
A 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()
/arm-trusted-firmware-2.8.0/drivers/auth/
A Dcrypto_mod.c158 unsigned int key_flags, const void *iv, in crypto_mod_auth_decrypt() argument
173 key_len, key_flags, iv, iv_len, tag, in crypto_mod_auth_decrypt()
/arm-trusted-firmware-2.8.0/include/drivers/auth/
A Dcrypto_mod.h83 unsigned int key_flags, const void *iv,
110 unsigned int key_flags, const void *iv,
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_crypto_lib.c552 static enum stm32_saes_key_selection select_key(unsigned int key_flags) in select_key() argument
554 if ((key_flags & ENC_KEY_IS_IDENTIFIER) != 0U) { in select_key()
564 unsigned int key_flags, in stm32_decrypt_aes_gcm() argument
575 key_mode = select_key(key_flags); in stm32_decrypt_aes_gcm()
615 const void *key, unsigned int key_len, unsigned int key_flags, in crypto_auth_decrypt() argument
633 rc = stm32_decrypt_aes_gcm(data_ptr, len, key, key_len, key_flags, in crypto_auth_decrypt()
/arm-trusted-firmware-2.8.0/drivers/auth/mbedtls/
A Dmbedtls_crypto.c351 unsigned int key_flags, const void *iv, in auth_decrypt() argument
357 assert((key_flags & ENC_KEY_IS_IDENTIFIER) == 0); in auth_decrypt()
/arm-trusted-firmware-2.8.0/docs/design/
A Dauth-framework.rst952 unsigned int key_flags, const void *iv,

Completed in 7 milliseconds