Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c273 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
280 md_info = mbedtls_md_info_from_type(md_type(md_algo)); in calc_hash()
H A Dmbedtls_psa_crypto.c460 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash() argument
469 psa_md_alg = mbedtls_md_psa_alg_from_type(md_type(md_algo)); in calc_hash()