Searched refs:md_type (Results 1 – 3 of 3) sorted by relevance
37 const EVP_MD *md_type; in sha_file() local71 md_type = EVP_get_digestbynid(alg_nid); in sha_file()72 if (EVP_DigestInit_ex(mdctx, md_type, NULL) == 0) { in sha_file()
253 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() function280 md_info = mbedtls_md_info_from_type(md_type(md_algo)); in calc_hash()
440 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() function469 psa_md_alg = mbedtls_md_psa_alg_from_type(md_type(md_algo)); in calc_hash()