Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/auth/
Dcrypto_mod.h28 enum crypto_dec_algo { enum
77 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr,
104 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/trusted-firmware-a-latest/drivers/auth/
Dcrypto_mod.c170 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt()
/trusted-firmware-a-latest/drivers/auth/mbedtls/
Dmbedtls_crypto.c371 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
Dmbedtls_psa_crypto.c650 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
/trusted-firmware-a-latest/plat/st/common/
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()
/trusted-firmware-a-latest/docs/design/
Dauth-framework.rst244 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr,
991 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,