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

/freebsd-current/crypto/openssl/test/
H A Devp_extra_test.c2135 const char *mdnames[] = { local
2144 if (mdnames[i] == NULL)
2149 (char *)mdnames[i], 0);
2186 if (!TEST_true(EVP_MD_is_a(check_md, mdnames[i]))) {
2187 TEST_info("Fetched md %s isn't %s", mdname, mdnames[i]);

Completed in 81 milliseconds