Searched refs:auth_decrypt (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-latest/include/drivers/auth/ |
D | crypto_mod.h | 77 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member 130 .auth_decrypt = _auth_decrypt, \
|
/trusted-firmware-a-latest/drivers/auth/ |
D | crypto_mod.c | 176 assert(crypto_lib_desc.auth_decrypt != NULL); in crypto_mod_auth_decrypt() 186 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
|
/trusted-firmware-a-latest/drivers/auth/mbedtls/ |
D | mbedtls_crypto.c | 371 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function 402 auth_decrypt, NULL); 410 auth_decrypt, NULL);
|
D | mbedtls_psa_crypto.c | 650 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function 681 auth_decrypt, NULL); 689 auth_decrypt, NULL);
|
/trusted-firmware-a-latest/docs/design/ |
D | auth-framework.rst | 244 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, 991 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|