Home
last modified time | relevance | path

Searched refs:crypto_mod_auth_decrypt (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/include/drivers/auth/
Dcrypto_mod.h104 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() function
/trusted-firmware-a-latest/drivers/io/
Dio_encrypted.c205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()