Home
last modified time | relevance | path

Searched refs:md_type (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/tools/cert_create/src/
H A Dsha.c37 const EVP_MD *md_type; in sha_file() local
71 md_type = EVP_get_digestbynid(alg_nid); in sha_file()
72 if (EVP_DigestInit_ex(mdctx, md_type, NULL) == 0) { in sha_file()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c253 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() function
280 md_info = mbedtls_md_info_from_type(md_type(md_algo)); in calc_hash()
H A Dmbedtls_psa_crypto.c440 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() function
469 psa_md_alg = mbedtls_md_psa_alg_from_type(md_type(md_algo)); in calc_hash()