Searched refs:crypto_dec_algo (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/auth/ |
H A D | crypto_mod.h | 24 enum crypto_dec_algo { enum 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,
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/auth/ |
D | crypto_mod.h | 28 enum crypto_dec_algo { enum 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,
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/ |
H 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()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/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()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/mbedtls/ |
H A D | mbedtls_crypto.c | 307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_crypto.c | 383 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
|
D | mbedtls_psa_crypto.c | 711 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/ |
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()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/ |
D | auth-framework.rst | 244 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 D | auth-framework.rst | 950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,
|