Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/tools_share/
Dfirmware_encrypted.h34 uint16_t dec_algo; member
/external/arm-trusted-firmware/drivers/auth/
Dcrypto_mod.c139 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt()
/external/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_crypto.c307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()