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

12

/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dc_alld.c105 EVP_add_digest(EVP_sha256());
H A Dm_sha1.c153 const EVP_MD *EVP_sha256(void) function
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_algs.c104 EVP_add_digest(EVP_sha256());
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha256t.c64 EVP_Digest ("abc",3,md,NULL,EVP_sha256(),NULL);
74 "ijkljklm""klmnlmno""mnopnopq",56,md,NULL,EVP_sha256(),NULL);
84 EVP_DigestInit_ex (&evp,EVP_sha256(),NULL);
/macosx-10.10/OpenSSL098-52/src/test/
H A Dsha256t.c64 EVP_Digest ("abc",3,md,NULL,EVP_sha256(),NULL);
74 "ijkljklm""klmnlmno""mnopnopq",56,md,NULL,EVP_sha256(),NULL);
84 EVP_DigestInit_ex (&evp,EVP_sha256(),NULL);
H A Dfips_hmactest.c211 case 32: md=EVP_sha256(); break;
H A Dfips_rsastest.c238 dgst = EVP_sha256();
H A Dfips_rsavtest.c240 dgst = EVP_sha256();
H A Dfips_shatest.c205 case 32: md=EVP_sha256(); break;
H A Dfips_test_suite.c224 if (!EVP_Digest(str,sizeof(str) - 1,md, NULL, EVP_sha256(), NULL)) return 0;
308 if (!HMAC(EVP_sha256(),key,sizeof(key)-1,iv,sizeof(iv)-1,out,&outlen)) return 0;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Devp.h98 #define EVP_sha256 hc_EVP_sha256 macro
229 const EVP_MD *EVP_sha256(void);
/macosx-10.10/OpenSSH-189/openssh/
H A Dmac.c70 { "hmac-sha2-256", SSH_EVP, EVP_sha256, 0, 0, 0, 0 },
84 { "hmac-sha2-256-etm@openssh.com", SSH_EVP, EVP_sha256, 0, 0, 0, 1 },
H A Dauth2-jpake.c173 if (hash_buffer(buffer_ptr(&b), buffer_len(&b), EVP_sha256(),
352 strlen(authctxt->pw->pw_passwd), EVP_sha256(),
H A Dschnorr.c228 if (schnorr_sign(grp_p, grp_q, grp_g, EVP_sha256(),
390 ret = schnorr_verify(grp_p, grp_q, grp_g, EVP_sha256(),
H A Djpake.c347 if (hash_buffer(buffer_ptr(&b), buffer_len(&b), EVP_sha256(),
/macosx-10.10/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmac_selftest.c80 { EVP_sha256,
H A Dfips_hmactest.c211 case 32: md=EVP_sha256(); break;
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.h138 #define EVP_sha256 ossl_EVP_sha256 macro
318 const EVP_MD *EVP_sha256(void);
/macosx-10.10/OpenSSL098-52/src/fips/rsa/
H A Dfips_rsastest.c238 dgst = EVP_sha256();
H A Dfips_rsavtest.c240 dgst = EVP_sha256();
H A Dfips_rsa_selftest.c361 EVP_sha256(), EVP_MD_CTX_FLAG_PAD_PKCS1,
387 EVP_sha256(), EVP_MD_CTX_FLAG_PAD_PSS,
410 EVP_sha256(), EVP_MD_CTX_FLAG_PAD_X931,
H A Dfips_rsa_sign.c503 const EVP_MD *EVP_sha256(void) function
/macosx-10.10/OpenSSL098-52/src/fips/sha/
H A Dfips_shatest.c205 case 32: md=EVP_sha256(); break;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccHmacCompat/
H A DccHmacCompat.c134 md = EVP_sha256();
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfips_test_suite.c224 if (!EVP_Digest(str,sizeof(str) - 1,md, NULL, EVP_sha256(), NULL)) return 0;
308 if (!HMAC(EVP_sha256(),key,sizeof(key)-1,iv,sizeof(iv)-1,out,&outlen)) return 0;

Completed in 397 milliseconds

12