Symbol: EVP_MD_CTX_new
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
59
ctx = EVP_MD_CTX_new();
crypto/krb5/src/lib/crypto/openssl/sha256.c
53
ctx = EVP_MD_CTX_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1835
ctx = EVP_MD_CTX_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2590
sha1_ctx = EVP_MD_CTX_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2750
ctx = EVP_MD_CTX_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3899
ctx = EVP_MD_CTX_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4009
ctx = EVP_MD_CTX_new();
crypto/krb5/src/plugins/preauth/spake/openssl.c
279
ctx = EVP_MD_CTX_new();
crypto/openssh/digest-openssl.c
122
if ((ret->mdctx = EVP_MD_CTX_new()) == NULL) {
crypto/openssh/ssh-ecdsa-sk.c
375
if ((md_ctx = EVP_MD_CTX_new()) == NULL) {
crypto/openssh/sshkey.c
533
if ((ctx = EVP_MD_CTX_new()) == NULL) {
crypto/openssh/sshkey.c
565
if ((ctx = EVP_MD_CTX_new()) == NULL)
crypto/openssl/apps/dgst.c
321
signctx = EVP_MD_CTX_new();
crypto/openssl/apps/lib/apps.c
2334
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/apps/lib/apps.c
2369
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/apps/lib/apps.c
2382
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/apps/ocsp.c
1196
mctx = EVP_MD_CTX_new();
crypto/openssl/apps/passwd.c
382
md = EVP_MD_CTX_new();
crypto/openssl/apps/passwd.c
397
md2 = EVP_MD_CTX_new();
crypto/openssl/apps/passwd.c
613
md = EVP_MD_CTX_new();
crypto/openssl/apps/passwd.c
620
md2 = EVP_MD_CTX_new();
crypto/openssl/apps/pkeyutl.c
376
if ((mctx = EVP_MD_CTX_new()) == NULL) {
crypto/openssl/apps/speed.c
3697
loopargs[i].eddsa_ctx[testnum] = EVP_MD_CTX_new();
crypto/openssl/apps/speed.c
3702
loopargs[i].eddsa_ctx2[testnum] = EVP_MD_CTX_new();
crypto/openssl/apps/speed.c
3817
loopargs[i].sm2_ctx[testnum] = EVP_MD_CTX_new();
crypto/openssl/apps/speed.c
3818
loopargs[i].sm2_vfy_ctx[testnum] = EVP_MD_CTX_new();
crypto/openssl/apps/speed.c
682
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/apps/speed.c
721
ctx = EVP_MD_CTX_new();
crypto/openssl/apps/ts.c
543
md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/asn1/a_sign.c
31
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/asn1/a_verify.c
30
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/bn/bn_rand.c
298
EVP_MD_CTX *mdctx = EVP_MD_CTX_new();
crypto/openssl/crypto/cms/cms_dd.c
62
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/crypto/cms/cms_sd.c
1046
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/crypto/cms/cms_sd.c
379
si->mctx = EVP_MD_CTX_new();
crypto/openssl/crypto/cms/cms_sd.c
742
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/crypto/cms/cms_sd.c
971
if (si->mctx == NULL && (si->mctx = EVP_MD_CTX_new()) == NULL) {
crypto/openssl/crypto/crmf/crmf_pbm.c
163
if ((ctx = EVP_MD_CTX_new()) == NULL)
crypto/openssl/crypto/ct/ct_vfy.c
118
ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ec/curve25519.c
5637
EVP_MD_CTX *hash_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ec/curve25519.c
5782
hash_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ec/curve448/eddsa.c
164
EVP_MD_CTX *hashctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ec/curve448/eddsa.c
27
EVP_MD_CTX *hashctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ec/curve448/eddsa.c
335
EVP_MD_CTX *hashctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ec/ecx_meth.c
1156
hashctx = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/bio_md.c
52
ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/bio_ok.c
141
ctx->md = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/digest.c
110
if ((ctx = EVP_MD_CTX_new()) == NULL
crypto/openssl/crypto/evp/digest.c
577
EVP_MD_CTX *out = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/digest.c
730
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/evp_key.c
98
c = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/m_sigver.c
582
EVP_MD_CTX *tmp_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/m_sigver.c
733
EVP_MD_CTX *tmp_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/p_lib.c
1415
if ((ctx = EVP_MD_CTX_new()) == NULL)
crypto/openssl/crypto/evp/p_sign.c
33
EVP_MD_CTX *tmp_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/evp/p_verify.c
31
EVP_MD_CTX *tmp_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ffc/ffc_params_generate.c
147
mctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ffc/ffc_params_generate.c
571
mctx = EVP_MD_CTX_new();
crypto/openssl/crypto/hmac/hmac.c
201
ctx->i_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/hmac/hmac.c
205
ctx->o_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/hmac/hmac.c
209
ctx->md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
678
ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
365
ret = ((md_ctx = EVP_MD_CTX_new()) != NULL)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
392
md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
428
|| (md_ctx = EVP_MD_CTX_new()) == NULL
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
239
md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
87
md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/ml_kem/ml_kem.c
2111
|| (mdctx = EVP_MD_CTX_new()) == NULL)
crypto/openssl/crypto/ml_kem/ml_kem.c
2139
|| (mdctx = EVP_MD_CTX_new()) == NULL)
crypto/openssl/crypto/ml_kem/ml_kem.c
2181
if ((mdctx = EVP_MD_CTX_new()) == NULL)
crypto/openssl/crypto/ml_kem/ml_kem.c
2229
|| (mdctx = EVP_MD_CTX_new()) == NULL)
crypto/openssl/crypto/ml_kem/ml_kem.c
2302
|| (mdctx = EVP_MD_CTX_new()) == NULL) {
crypto/openssl/crypto/ocsp/ocsp_srv.c
216
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/pkcs7/pk7_doit.c
1088
mdc_tmp = EVP_MD_CTX_new();
crypto/openssl/crypto/pkcs7/pk7_doit.c
794
ctx_tmp = EVP_MD_CTX_new();
crypto/openssl/crypto/pkcs7/pk7_doit.c
970
mctx = EVP_MD_CTX_new();
crypto/openssl/crypto/rsa/rsa_oaep.c
355
EVP_MD_CTX *c = EVP_MD_CTX_new();
crypto/openssl/crypto/rsa/rsa_pss.c
247
ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/rsa/rsa_pss.c
55
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/slh_dsa/slh_dsa_hash_ctx.c
34
ret->md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/slh_dsa/slh_dsa_hash_ctx.c
45
ret->md_big_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/sm2/sm2_crypt.c
120
EVP_MD_CTX *hash = EVP_MD_CTX_new();
crypto/openssl/crypto/sm2/sm2_crypt.c
378
hash = EVP_MD_CTX_new();
crypto/openssl/crypto/sm2/sm2_sign.c
155
EVP_MD_CTX *hash = EVP_MD_CTX_new();
crypto/openssl/crypto/sm2/sm2_sign.c
52
hash = EVP_MD_CTX_new();
crypto/openssl/crypto/srp/srp_lib.c
154
ctxt = EVP_MD_CTX_new();
crypto/openssl/crypto/srp/srp_vfy.c
585
ctxt = EVP_MD_CTX_new();
crypto/openssl/crypto/ts/ts_rsp_verify.c
456
md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/x509/x509_cmp.c
320
EVP_MD_CTX *md_ctx = EVP_MD_CTX_new();
crypto/openssl/crypto/x509/x509_cmp.c
40
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/demos/digest/EVP_MD_demo.c
175
digest_context = EVP_MD_CTX_new();
crypto/openssl/demos/digest/EVP_MD_stdin.c
81
digest_context = EVP_MD_CTX_new();
crypto/openssl/demos/digest/EVP_MD_xof.c
76
ctx = EVP_MD_CTX_new();
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
158
verify_context = EVP_MD_CTX_new();
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
86
sign_context = EVP_MD_CTX_new();
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
39
sign_context = EVP_MD_CTX_new();
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
98
verify_context = EVP_MD_CTX_new();
crypto/openssl/demos/signature/rsa_pss_hash.c
131
mctx = EVP_MD_CTX_new();
crypto/openssl/demos/signature/rsa_pss_hash.c
52
mctx = EVP_MD_CTX_new();
crypto/openssl/fuzz/ml-dsa.c
381
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/fuzz/ml-dsa.c
424
if ((ctx = EVP_MD_CTX_new()) == NULL
crypto/openssl/fuzz/provider.c
552
if (!(mdctx = EVP_MD_CTX_new())) {
crypto/openssl/include/openssl/evp.h
714
EVP_MD_CTX *EVP_MD_CTX_new(void);
crypto/openssl/include/openssl/evp.h
717
#define EVP_MD_CTX_create() EVP_MD_CTX_new()
crypto/openssl/providers/fips/self_test_kats.c
36
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/providers/fips/self_test_kats.c
466
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/kdfs/hkdf.c
707
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
61
ctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
61
ctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
169
mctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/kdfs/sshkdf.c
349
md = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1295
hashctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/macs/kmac_prov.c
180
|| (kctx->ctx = EVP_MD_CTX_new()) == NULL) {
crypto/openssl/providers/implementations/rands/drbg_hash.c
261
hash->ctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/dsa_sig.c
532
pdsactx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/dsa_sig.c
912
pdsactx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
530
ctx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
655
&& ((dstctx->mdctx = EVP_MD_CTX_new()) == NULL
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
929
ctx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/eddsa_sig.c
470
EVP_MD_CTX *hash_ctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/rsa_sig.c
1204
prsactx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/rsa_sig.c
1361
dstctx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/rsa_sig.c
1943
prsactx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/sm2_sig.c
228
ctx->mdctx = EVP_MD_CTX_new();
crypto/openssl/providers/implementations/signature/sm2_sig.c
382
dstctx->mdctx = EVP_MD_CTX_new();
crypto/openssl/ssl/record/methods/ssl3_cbc.c
446
md_ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/record/methods/ssl3_meth.c
281
EVP_MD_CTX *md_ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/record/methods/ssl3_meth.c
41
rl->md_ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/record/methods/tls1_meth.c
43
rl->md_ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/record/methods/tls1_meth.c
500
hmac = EVP_MD_CTX_new();
crypto/openssl/ssl/s3_enc.c
285
s->s3.handshake_dgst = EVP_MD_CTX_new();
crypto/openssl/ssl/s3_enc.c
337
ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/s3_enc.c
36
m5 = EVP_MD_CTX_new();
crypto/openssl/ssl/s3_enc.c
37
s1 = EVP_MD_CTX_new();
crypto/openssl/ssl/s3_enc.c
390
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/ssl_lib.c
6076
ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/statem/extensions.c
1522
mctx = EVP_MD_CTX_new();
crypto/openssl/ssl/statem/statem_clnt.c
2537
md_ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/statem/statem_clnt.c
3354
ukm_hash = EVP_MD_CTX_new();
crypto/openssl/ssl/statem/statem_clnt.c
3430
if ((hash = EVP_MD_CTX_new()) == NULL
crypto/openssl/ssl/statem/statem_lib.c
2825
s->pha_dgst = EVP_MD_CTX_new();
crypto/openssl/ssl/statem/statem_lib.c
337
mctx = EVP_MD_CTX_new();
crypto/openssl/ssl/statem/statem_lib.c
455
EVP_MD_CTX *mctx = EVP_MD_CTX_new();
crypto/openssl/ssl/statem/statem_srvr.c
2562
EVP_MD_CTX *md_ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/tls13_enc.c
576
mdctx = EVP_MD_CTX_new();
crypto/openssl/ssl/tls13_enc.c
857
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/ssl/tls13_enc.c
897
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
crypto/openssl/test/acvp_test.c
108
|| !TEST_ptr(md_ctx = EVP_MD_CTX_new())
crypto/openssl/test/acvp_test.c
1487
|| !TEST_ptr(md_ctx = EVP_MD_CTX_new())
crypto/openssl/test/acvp_test.c
330
|| !TEST_ptr(md_ctx = EVP_MD_CTX_new())
crypto/openssl/test/algorithmid_test.c
153
if (!TEST_ptr(mdctx = EVP_MD_CTX_new())
crypto/openssl/test/bad_dtls_test.c
692
handshake_md = EVP_MD_CTX_new();
crypto/openssl/test/curve448_internal_test.c
597
EVP_MD_CTX *hashctx = EVP_MD_CTX_new();
crypto/openssl/test/ecdsatest.c
104
if (!TEST_ptr(mctx = EVP_MD_CTX_new())
crypto/openssl/test/ecdsatest.c
224
if (!TEST_ptr(mctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test.c
1528
ctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test.c
1890
if (!TEST_ptr(a_md_ctx = md_ctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test.c
1891
|| !TEST_ptr(a_md_ctx_verify = md_ctx_verify = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
2031
if (!TEST_ptr(md_ctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test.c
2077
ctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test.c
2160
if (!TEST_ptr(md_ctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
2214
|| !TEST_ptr(md_ctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
2545
if (!TEST_ptr(mctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
2629
if (!TEST_ptr(md_ctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
2632
if (!TEST_ptr(md_ctx_verify = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
3382
EVP_MD_CTX *mdctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test.c
3741
mdctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test.c
4047
|| !TEST_ptr(ctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
4777
&& TEST_ptr(sha256_ctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test.c
5694
ctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test.c
5810
mdctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test.c
6030
if (!TEST_ptr(ctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
6192
if (!TEST_ptr(ctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_extra_test.c
6255
if (!TEST_ptr(mctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test.c
6267
if (!TEST_ptr(mctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test.c
6536
mdctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test2.c
3366
ret = TEST_ptr(mdctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test2.c
3381
ret = TEST_ptr(mdctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test2.c
3382
&& TEST_ptr(copyctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_extra_test2.c
3402
inctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_extra_test2.c
3403
outctx = EVP_MD_CTX_new();
crypto/openssl/test/evp_fetch_prov_test.c
64
if (!TEST_ptr(ctx = EVP_MD_CTX_new())
crypto/openssl/test/evp_test.c
1812
if (!TEST_ptr(mctx = EVP_MD_CTX_new())) {
crypto/openssl/test/evp_test.c
4523
if (!TEST_ptr(mdat->ctx = EVP_MD_CTX_new())) {
crypto/openssl/test/evp_test.c
770
if (!TEST_ptr(mctx = EVP_MD_CTX_new()))
crypto/openssl/test/evp_test.c
805
if (!TEST_ptr(mctx_cpy = EVP_MD_CTX_new())) {
crypto/openssl/test/evp_xof_test.c
194
if (!TEST_ptr(ctx = EVP_MD_CTX_new()))
crypto/openssl/test/hmactest.c
280
if (!TEST_ptr(ctx = EVP_MD_CTX_new())
crypto/openssl/test/hmactest.c
284
|| !TEST_ptr(ctx_tmp = EVP_MD_CTX_new())
crypto/openssl/test/mdc2test.c
68
c = EVP_MD_CTX_new();
crypto/openssl/test/ml_dsa_test.c
477
if (!TEST_ptr(mctx = EVP_MD_CTX_new())
crypto/openssl/test/p_test.c
153
EVP_MD_CTX *mdctx = EVP_MD_CTX_new();
crypto/openssl/test/rsa_test.c
476
&& TEST_ptr((ctx = EVP_MD_CTX_new()))
crypto/openssl/test/slh_dsa_test.c
550
if (!TEST_ptr(mctx = EVP_MD_CTX_new())
crypto/openssl/test/threadstest.c
847
EVP_MD_CTX *mdctx = EVP_MD_CTX_new();
crypto/openssl/test/tls-provider.c
2815
pxor_sigctx->mdctx = EVP_MD_CTX_new();
crypto/openssl/test/tls-provider.c
2936
dstctx->mdctx = EVP_MD_CTX_new();
tools/tools/crypto/cryptocheck.c
1247
mdctx = EVP_MD_CTX_new();