Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/auth/
H A Dcrypto_mod.h30 enum crypto_dec_algo { enum
79 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr,
112 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/rk3399_ARM-atf/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()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c389 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
H A Dmbedtls_psa_crypto.c562 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_crypto_lib.c624 static int crypto_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, size_t len, in crypto_auth_decrypt()
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst258 enum crypto_dec_algo dec_algo,