Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/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 \
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/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);
/tf-a-ffa_el3_spmc/docs/design/
A Dauth-framework.rst950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,

Completed in 8 milliseconds