Searched refs:sha1_md (Results 1 – 2 of 2) sorted by relevance
333 static EVP_MD *sha1_md = NULL; variable336 if (sha1_md == NULL) { in test_sha_md()351 sha1_md = md; in test_sha_md()353 return sha1_md; in test_sha_md()357 EVP_MD_meth_free(sha1_md); in test_sha_md_destroy()358 sha1_md = NULL; in test_sha_md_destroy()
94 static const EVP_MD sha1_md = { variable111 return &sha1_md; in EVP_sha1()