Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/include/drivers/auth/
A Dcrypto_mod.h60 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr,
75 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/tf-a-ffa_el3_spmc/include/tools_share/
A Dfirmware_encrypted.h34 uint16_t dec_algo; member
/tf-a-ffa_el3_spmc/drivers/auth/
A Dcrypto_mod.c139 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt() argument
155 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/
A Dmbedtls_crypto.c307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
317 switch (dec_algo) { in auth_decrypt()
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/
A Dencrypt.c126 header.dec_algo = KEY_ALG_GCM; in gcm_encrypt()
/tf-a-ffa_el3_spmc/drivers/io/
A Dio_encrypted.c205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
/tf-a-ffa_el3_spmc/docs/design/
A Dauth-framework.rst950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,

Completed in 9 milliseconds