Searched refs:auth_decrypt (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 79 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member 146 .auth_decrypt = _auth_decrypt, \
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A 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()
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 389 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function 420 auth_decrypt, NULL, NULL); 428 auth_decrypt, NULL, NULL);
|
| H A D | mbedtls_psa_crypto.c | 562 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function 593 auth_decrypt, NULL, finish); 601 auth_decrypt, NULL, finish);
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 256 int (*auth_decrypt)( 1037 * - ``auth_decrypt``
|