Searched refs:dec_algo (Results 1 – 9 of 9) 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, 104 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
/trusted-firmware-a-latest/include/tools_share/ |
D | firmware_encrypted.h | 34 uint16_t dec_algo; member
|
/trusted-firmware-a-latest/drivers/auth/ |
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()
|
/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() argument 381 switch (dec_algo) { in auth_decrypt()
|
D | mbedtls_psa_crypto.c | 650 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument 660 switch (dec_algo) { in auth_decrypt()
|
/trusted-firmware-a-latest/tools/encrypt_fw/src/ |
D | encrypt.c | 126 header.dec_algo = KEY_ALG_GCM; in gcm_encrypt()
|
/trusted-firmware-a-latest/drivers/io/ |
D | io_encrypted.c | 205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
|
/trusted-firmware-a-latest/plat/st/common/ |
D | stm32mp_crypto_lib.c | 623 static int crypto_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, size_t len, in crypto_auth_decrypt() argument 631 switch (dec_algo) { in crypto_auth_decrypt()
|
/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,
|