Searched refs:crypto_md_algo (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/auth/ |
D | crypto_mod.h | 33 enum crypto_md_algo { enum 65 int (*calc_hash)(enum crypto_md_algo md_alg, void *data_ptr, 112 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_crypto.c | 253 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() 273 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash()
|
D | mbedtls_psa_crypto.c | 572 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() 592 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/ |
D | crypto_mod.c | 132 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr, in crypto_mod_calc_hash()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/ |
D | auth-framework.rst | 239 int (*calc_hash)(enum crypto_md_algo alg, void *data_ptr, 987 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
|