Lines Matching defs:sha1
33 EVP_MD *sha1 = EVP_MD_fetch(libctx, "SHA1", propq);
35 if (sha1 == NULL)
46 || !EVP_Digest(tmp, numN * 2, digest, NULL, sha1, NULL))
50 EVP_MD_free(sha1);
151 EVP_MD *sha1 = NULL;
162 sha1 = EVP_MD_fetch(libctx, "SHA1", propq);
163 if (sha1 == NULL)
166 if (!EVP_DigestInit_ex(ctxt, sha1, NULL)
171 || !EVP_DigestInit_ex(ctxt, sha1, NULL))
185 EVP_MD_free(sha1);