Home
last modified time | relevance | path

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

/trusted-firmware-a/include/drivers/auth/
A Dcrypto_mod.h60 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member
94 .auth_decrypt = _auth_decrypt \
104 .auth_decrypt = _auth_decrypt \
/trusted-firmware-a/drivers/auth/
A Dcrypto_mod.c145 assert(crypto_lib_desc.auth_decrypt != NULL); in crypto_mod_auth_decrypt()
155 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
/trusted-firmware-a/drivers/auth/mbedtls/
A Dmbedtls_crypto.c307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function
338 auth_decrypt);
346 auth_decrypt);
/trusted-firmware-a/docs/design/
A Dauth-framework.rst950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dauth-framework.rst.txt950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …123,140],aug:110,augment:[12,15],august:[136,137],auth:[4,6,36,44,53],auth_decrypt:36,auth_image_d…

Completed in 31 milliseconds