Searched refs:dec_algo (Results 1 – 9 of 9) 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, 112 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
| /rk3399_ARM-atf/include/tools_share/ |
| H A D | firmware_encrypted.h | 34 uint16_t dec_algo; member
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 170 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt() argument 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() argument 399 switch (dec_algo) { in auth_decrypt()
|
| H A D | mbedtls_psa_crypto.c | 562 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument 572 switch (dec_algo) { in auth_decrypt()
|
| /rk3399_ARM-atf/tools/encrypt_fw/src/ |
| H A D | encrypt.c | 126 header.dec_algo = KEY_ALG_GCM; in gcm_encrypt()
|
| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_encrypted.c | 205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 624 static int crypto_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, size_t len, in crypto_auth_decrypt() argument 632 switch (dec_algo) { in crypto_auth_decrypt()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 258 enum crypto_dec_algo dec_algo,
|