Home
last modified time | relevance | path

Searched refs:dec_algo (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/include/drivers/auth/
H A Dcrypto_mod.h60 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,
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h77 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,
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/
H A Dcrypto_mod.c139 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()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/
Dcrypto_mod.c170 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()
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
317 switch (dec_algo) { in auth_decrypt()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_crypto.c383 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
393 switch (dec_algo) { in auth_decrypt()
Dmbedtls_psa_crypto.c711 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() argument
721 switch (dec_algo) { in auth_decrypt()
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/tools_share/
Dfirmware_encrypted.h34 uint16_t dec_algo; member
/aosp_15_r20/external/arm-trusted-firmware/include/tools_share/
H A Dfirmware_encrypted.h34 uint16_t dec_algo; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_crypto_lib.c624 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()
/aosp_15_r20/external/arm-trusted-firmware/tools/encrypt_fw/src/
H A Dencrypt.c126 header.dec_algo = KEY_ALG_GCM; in gcm_encrypt()
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/encrypt_fw/src/
Dencrypt.c126 header.dec_algo = KEY_ALG_GCM; in gcm_encrypt()
/aosp_15_r20/external/arm-trusted-firmware/drivers/io/
H A Dio_encrypted.c205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/io/
Dio_encrypted.c205 result = crypto_mod_auth_decrypt(header.dec_algo, in enc_file_read()
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/
Dauth-framework.rst244 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr,
992 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
/aosp_15_r20/external/arm-trusted-firmware/docs/design/
H A Dauth-framework.rst950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,