Home
last modified time | relevance | path

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

/aosp_15_r20/external/arm-trusted-firmware/include/drivers/auth/
H A Dcrypto_mod.h75 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h104 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/
H A Dcrypto_mod.c139 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/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
/aosp_15_r20/external/arm-trusted-firmware/drivers/io/
H A Dio_encrypted.c205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/io/
Dio_encrypted.c205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()