Searched refs:key_flags (Results 1 – 6 of 6) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/io/ |
A D | io_encrypted.c | 162 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 D | crypto_mod.c | 158 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 D | crypto_mod.h | 83 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 D | stm32mp_crypto_lib.c | 552 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 D | mbedtls_crypto.c | 351 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 D | auth-framework.rst | 952 unsigned int key_flags, const void *iv,
|
Completed in 7 milliseconds