Searched refs:sha1_md (Results 1 – 2 of 2) sorted by relevance
350 static EVP_MD *sha1_md = NULL; variable353 if (sha1_md == NULL) { in test_sha_md()368 sha1_md = md; in test_sha_md()370 return sha1_md; in test_sha_md()374 EVP_MD_meth_free(sha1_md); in test_sha_md_destroy()375 sha1_md = NULL; in test_sha_md_destroy()
91 static const EVP_MD sha1_md = { variable103 return &sha1_md; in EVP_sha1()