Home
last modified time | relevance | path

Searched refs:md_algo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_crypto.c273 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
279 md_info = mbedtls_md_info_from_type(md_type(md_algo)); in calc_hash()
Dmbedtls_psa_crypto.c592 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
601 psa_md_alg = mbedtls_md_psa_alg_from_type(md_type(md_algo)); in calc_hash()