Searched refs:auth_decrypt (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-a/include/drivers/auth/ |
| A D | crypto_mod.h | 60 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 D | crypto_mod.c | 145 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 D | mbedtls_crypto.c | 307 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 D | auth-framework.rst | 950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
| A D | auth-framework.rst.txt | 950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
| /trusted-firmware-a/docs/build/TF-A_2.5/ |
| A D | searchindex.js | 1 …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