Searched refs:dec_algo (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a/include/drivers/auth/ |
A D | crypto_mod.h | 60 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, 75 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
/trusted-firmware-a/drivers/auth/ |
A D | crypto_mod.c | 139 int crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in crypto_mod_auth_decrypt() argument 155 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
|
/trusted-firmware-a/include/tools_share/ |
A D | firmware_encrypted.h | 34 uint16_t dec_algo; member
|
/trusted-firmware-a/drivers/auth/mbedtls/ |
A D | mbedtls_crypto.c | 307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument 317 switch (dec_algo) { in auth_decrypt()
|
/trusted-firmware-a/tools/encrypt_fw/src/ |
A D | encrypt.c | 126 header.dec_algo = KEY_ALG_GCM; in gcm_encrypt()
|
/trusted-firmware-a/drivers/io/ |
A D | io_encrypted.c | 205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
|
/trusted-firmware-a/docs/design/ |
A D | auth-framework.rst | 950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | auth-framework.rst.txt | 950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …:[6,10,25],debugfs_e_invalid_param:8,debugfs_parm:8,debugg:[6,35,48,70],dec_algo:36,decapsul:[142,…
|
Completed in 23 milliseconds