Searched refs:sha1_md (Results 1 – 3 of 3) sorted by relevance
19 const EVP_MD *sha1_md; variable26 sha1_md = EVP_get_digestbyname("sha1"); in openssl_hash_init()27 if (!sha1_md) { in openssl_hash_init()
22 extern const EVP_MD *sha1_md;27 EVP_DigestInit_ex(ctx, sha1_md, NULL); \
83 static const EVP_MD sha1_md= variable101 return(&sha1_md); in EVP_sha1()