EVP_MD_do_all_sorted
void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph, const char *from,
LCRYPTO_ALIAS(EVP_MD_do_all_sorted);
EVP_MD_do_all_sorted(fn, arg);
LCRYPTO_USED(EVP_MD_do_all_sorted);
EVP_MD_do_all_sorted(list_md_fn, bio_err);
EVP_MD_do_all_sorted(list_md_fn, out);