Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/include/drivers/auth/
Dcrypto_mod.h71 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member
115 .auth_decrypt = _auth_decrypt \
125 .auth_decrypt = _auth_decrypt \
/trusted-firmware-a-3.4.0/drivers/auth/
Dcrypto_mod.c151 assert(crypto_lib_desc.auth_decrypt != NULL); in crypto_mod_auth_decrypt()
161 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
/trusted-firmware-a-3.4.0/drivers/auth/mbedtls/
Dmbedtls_crypto.c343 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function
374 auth_decrypt);
382 auth_decrypt);
/trusted-firmware-a-3.4.0/docs/design/
Dauth-framework.rst950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,