EVP_sha256
EVP_sha256,
md = EVP_sha256();
return hash_evp(EVP_sha256(), data, num_data, output);
return EVP_sha256();
md = EVP_sha256();
ok = EVP_DigestInit_ex(ctx, EVP_sha256(), NULL);
EVP_DigestInit_ex(ctx, EVP_sha256(), NULL);
return EVP_sha256();
const EVP_MD *md = EVP_sha256();
EVP_DigestInit_ex(ctx, EVP_sha256(), NULL);
EVP_SignInit(ctx, EVP_sha256());
return EVP_sha256();
if (!make_digest(body, EVP_sha256(), &cksum2->checksum))
md = EVP_sha256();
{ SSH_DIGEST_SHA256, "SHA256", 32, EVP_sha256 },
if (!EVP_Digest(m, mlen, d, &mdlen, EVP_sha256(), NULL))
if (EVP_DigestVerifyInit(md_ctx, NULL, EVP_sha256(), NULL,
return EVP_sha256();
md = (EVP_MD *)EVP_sha256();
md = (EVP_MD *)EVP_sha256();
dgst = (EVP_MD *)EVP_sha256();
sha = EVP_sha256();
EVP_add_digest(EVP_sha256());
md_type = EVP_sha256();
md_type = EVP_sha256();
return EVP_MD_meth_get_init(EVP_sha256())(ctx);
return EVP_MD_meth_get_update(EVP_sha256())(ctx, data, count);
int ret = EVP_MD_meth_get_final(EVP_sha256())(ctx, md);
const EVP_MD *EVP_sha256(void);
|| !TEST_int_gt(SSL_CTX_dane_mtype_set(ctx, EVP_sha256(), 1, 2), 0)
md = EVP_sha256();
if (!TEST_true(EVP_DigestVerifyInit(md_ctx, NULL, EVP_sha256(), NULL, pkey))
|| !TEST_int_gt(EVP_PKEY_CTX_set_hkdf_md(pctx, EVP_sha256()), 0)
|| !TEST_int_gt(EVP_PKEY_CTX_set_hkdf_md(pctx, EVP_sha256()), 0)
|| !TEST_int_gt(EVP_PKEY_CTX_set_hkdf_md(pctx, EVP_sha256()), 0)
if (!TEST_int_gt(EVP_PKEY_CTX_set_signature_md(ctx, EVP_sha256()), 0)
|| !TEST_ptr_eq(md, EVP_sha256()))
const EVP_MD *md = EVP_sha256();
const EVP_MD *md = EVP_sha256();
EVP_MD *md = EVP_MD_meth_dup(EVP_sha256());
|| !TEST_true(EVP_DigestInit_ex(mdctx, EVP_sha256(), NULL))
ret = EVP_DigestSignInit(ctx, NULL, tst == 2 ? NULL : EVP_sha256(), NULL,
&& test_md(EVP_sha256());
if (!TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL)))
if (!TEST_true(HMAC_Init_ex(ctx, test[5].key, test[5].key_len, EVP_sha256(), NULL))
|| !TEST_ptr_eq(HMAC_CTX_get_md(ctx), EVP_sha256())
if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL))
if (!TEST_true(HMAC_Init_ex(ctx, test[5].key, test[5].key_len, EVP_sha256(), NULL))
if (!TEST_true(EVP_MD_is_a(EVP_sha256(), "SHA2-256"))
|| !TEST_false(EVP_MD_is_a(EVP_sha256(), "SHA3-256")))
cid = OCSP_cert_id_new(EVP_sha256(), name, key, serial);
EVP_sha256(), NULL, 0));
if (EVP_PKEY_CTX_set_hkdf_md(pctx, EVP_sha256()) <= 0) {
if (EVP_PKEY_CTX_set_tls1_prf_md(pctx, EVP_sha256()) <= 0) {
&& TEST_ptr((md = EVP_sha256()))
EVP_sha256(),
return EVP_sha256();
return EVP_sha256();
if (!TEST_int_gt(X509_ACERT_sign(acert, pkey, EVP_sha256()), 0) || !TEST_int_eq(X509_ACERT_verify(acert, pkey), 1))
return (EVP_sha256());
ATF_REQUIRE(X509_sign(c->cert, c->pkey, EVP_sha256()) > 0);
.evp_md = EVP_sha256 },
.evp_md = EVP_sha256 },
if (EVP_DigestVerifyInit(mdctx, NULL, EVP_sha256(), NULL, pkey) != 1) {