Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/auth/mbedtls/
Dmbedtls_crypto.c261 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
267 md_info = mbedtls_md_info_from_type(md_type(md_algo)); in calc_hash()
Dmbedtls_psa_crypto.c531 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
540 psa_md_alg = mbedtls_md_psa_alg_from_type(md_type(md_algo)); in calc_hash()