Home
last modified time | relevance | path

Searched defs:dec_algo (Results 1 – 5 of 5) sorted by relevance

/arm-trusted-firmware/include/tools_share/
H A Dfirmware_encrypted.h34 uint16_t dec_algo; member
/arm-trusted-firmware/drivers/auth/
H A Dcrypto_mod.c170 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt() argument
/arm-trusted-firmware/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c371 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
H A Dmbedtls_psa_crypto.c650 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
/arm-trusted-firmware/plat/st/common/
H A Dstm32mp_crypto_lib.c623 static int crypto_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, size_t len, in crypto_auth_decrypt() argument