Searched refs:auth_decrypt (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a-3.4.0/include/drivers/auth/ |
D | crypto_mod.h | 71 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member 115 .auth_decrypt = _auth_decrypt \ 125 .auth_decrypt = _auth_decrypt \
|
/trusted-firmware-a-3.4.0/drivers/auth/ |
D | crypto_mod.c | 151 assert(crypto_lib_desc.auth_decrypt != NULL); in crypto_mod_auth_decrypt() 161 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
|
/trusted-firmware-a-3.4.0/drivers/auth/mbedtls/ |
D | mbedtls_crypto.c | 343 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function 374 auth_decrypt); 382 auth_decrypt);
|
/trusted-firmware-a-3.4.0/docs/design/ |
D | auth-framework.rst | 950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|