Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c2701 const char *mdnames[] = { in test_EVP_SM2() local
2711 if (mdnames[i] == NULL) in test_EVP_SM2()
2715 (char *)mdnames[i], 0); in test_EVP_SM2()
2753 if (!TEST_true(EVP_MD_is_a(check_md, mdnames[i]))) { in test_EVP_SM2()
2754 TEST_info("Fetched md %s isn't %s", mdname, mdnames[i]); in test_EVP_SM2()