Searched refs:EVP_sha256 (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dc_alld.c105 EVP_add_digest(EVP_sha256());
H A Devp_fips.c280 const EVP_MD *EVP_sha256(void) function
H A Dm_sha1.c170 const EVP_MD *EVP_sha256(void) function
H A Devp_extra_test.c291 !EVP_DigestSignInit(&md_ctx, NULL, EVP_sha256(), NULL, pkey) ||
311 if (!EVP_DigestVerifyInit(&md_ctx_verify, NULL, EVP_sha256(), NULL, pkey)
346 !EVP_DigestVerifyInit(&md_ctx, NULL, EVP_sha256(), NULL, pkey) ||
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_algs.c121 EVP_add_digest(EVP_sha256());
H A Dssl_locl.h1180 # define tlsext_tick_md EVP_sha256
/freebsd-10-stable/crypto/openssh/
H A Ddigest-openssl.c39 # define EVP_sha256 NULL macro
61 { SSH_DIGEST_SHA256, "SHA256", 32, EVP_sha256 },
H A Dkex.c60 # define evp_ssh_sha256 EVP_sha256
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c58 EVP_sha256(),
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A Dsha256t.c71 EVP_Digest("abc", 3, md, NULL, EVP_sha256(), NULL);
81 "ijkljklm" "klmnlmno" "mnopnopq", 56, md, NULL, EVP_sha256(),
92 EVP_DigestInit_ex(&evp, EVP_sha256(), NULL);
/freebsd-10-stable/crypto/openssl/crypto/hmac/
H A Dhmactest.c236 if (HMAC_Init_ex(&ctx, NULL, 0, EVP_sha256(), NULL)) {
241 if (!HMAC_Init_ex(&ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c187 return openssl_digest_vector(EVP_sha256(), num_elem, addr, len, mac);
615 md = EVP_sha256();
749 HMAC_Init_ex(&ctx, key, key_len, EVP_sha256(), NULL);
751 if (HMAC_Init_ex(&ctx, key, key_len, EVP_sha256(), NULL) != 1)
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c223 md = EVP_sha256();
/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsa_gen.c115 const EVP_MD *evpmd = bits >= 2048 ? EVP_sha256() : EVP_sha1();
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c344 if (HMAC(EVP_sha256(), adhost->adh_password,
366 if (HMAC(EVP_sha256(), adhost->adh_password,
H A Dsender.c230 if (HMAC(EVP_sha256(), adhost->adh_password,
270 if (HMAC(EVP_sha256(), adhost->adh_password,
H A Dproto_tls.c312 if (X509_digest(cert, EVP_sha256(), md, &mdsize) != 1)
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_secalgo.c379 *digest_type = EVP_sha256();
442 EVP_MD m = *EVP_sha256();
451 *digest_type = EVP_sha256();
/freebsd-10-stable/contrib/ldns/
H A Dtsig.c139 return EVP_sha256();
H A Ddnssec_sign.c144 EVP_sha256());
166 EVP_sha256());
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dhmacsha.c104 HMAC_Init(ctx, (const void *) key, (int) len, EVP_sha256());
/freebsd-10-stable/contrib/libucl/src/
H A Ducl_util.c670 if (EVP_PKEY_CTX_set_signature_md (key_ctx, EVP_sha256 ()) <= 0) {
674 EVP_DigestInit (sign_ctx, EVP_sha256 ());
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_pwd.c905 EVP_add_digest(EVP_sha256());
/freebsd-10-stable/usr.sbin/pkg/
H A Dpkg.c557 if (EVP_DigestVerifyInit(mdctx, NULL, EVP_sha256(), NULL, pkey) != 1) {
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c890 EVP_DigestInit(*ctx, EVP_sha256());

Completed in 170 milliseconds

12