Searched refs:key_flags (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 82 unsigned int key_flags, const void *iv, 115 unsigned int key_flags, const void *iv,
|
| /rk3399_ARM-atf/drivers/io/ |
| H 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()
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 195 * key, key_len, key_flags: symmetric decryption key in crypto_mod_finish() 201 unsigned int key_flags, const void *iv, 216 key_len, key_flags, iv, iv_len, tag, 172 crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo,void * data_ptr,size_t len,const void * key,unsigned int key_len,unsigned int key_flags,const void * iv,unsigned int iv_len,const void * tag,unsigned int tag_len) crypto_mod_auth_decrypt() argument
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 562 static enum stm32_saes_key_selection select_key(unsigned int key_flags) in select_key() argument 564 if ((key_flags & ENC_KEY_IS_IDENTIFIER) != 0U) { in select_key() 574 unsigned int key_flags, in stm32_decrypt_aes_gcm() argument 585 key_mode = select_key(key_flags); in stm32_decrypt_aes_gcm() 625 const void *key, unsigned int key_len, unsigned int key_flags, in crypto_auth_decrypt() argument 643 rc = stm32_decrypt_aes_gcm(data_ptr, len, key, key_len, key_flags, in crypto_auth_decrypt()
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 391 unsigned int key_flags, const void *iv, in auth_decrypt() argument 397 assert((key_flags & ENC_KEY_IS_IDENTIFIER) == 0); in auth_decrypt()
|
| H A D | mbedtls_psa_crypto.c | 564 unsigned int key_flags, const void *iv, in auth_decrypt() argument 570 assert((key_flags & ENC_KEY_IS_IDENTIFIER) == 0); in auth_decrypt()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 263 unsigned int key_flags,
|