Searched refs:dec_algo (Results 1 – 8 of 8) sorted by relevance
/arm-trusted-firmware-2.8.0/include/tools_share/ |
A D | firmware_encrypted.h | 34 uint16_t dec_algo; member
|
/arm-trusted-firmware-2.8.0/drivers/auth/ |
A D | crypto_mod.c | 156 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt() argument 172 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
|
/arm-trusted-firmware-2.8.0/include/drivers/auth/ |
A D | crypto_mod.h | 81 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, 108 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
/arm-trusted-firmware-2.8.0/drivers/auth/mbedtls/ |
A D | mbedtls_crypto.c | 349 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument 359 switch (dec_algo) { in auth_decrypt()
|
/arm-trusted-firmware-2.8.0/tools/encrypt_fw/src/ |
A D | encrypt.c | 126 header.dec_algo = KEY_ALG_GCM; in gcm_encrypt()
|
/arm-trusted-firmware-2.8.0/drivers/io/ |
A D | io_encrypted.c | 205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
|
/arm-trusted-firmware-2.8.0/plat/st/common/ |
A D | stm32mp_crypto_lib.c | 614 static int crypto_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, size_t len, in crypto_auth_decrypt() argument 622 switch (dec_algo) { in crypto_auth_decrypt()
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | auth-framework.rst | 950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
Completed in 32 milliseconds