Home
last modified time | relevance | path

Searched refs:crypto_dec_algo (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h24 enum crypto_dec_algo { enum
60 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,
/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()
/external/arm-trusted-firmware/docs/design/
Dauth-framework.rst950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,