Symbol: EVP_CIPHER_CTX_new
crypto/heimdal/kdc/digest.c
1357
rc4 = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/arcfour.c
238
rc4_key = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/arcfour.c
319
rc4_key = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/arcfour.c
476
rc4_key = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/arcfour.c
500
rc4_key = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/arcfour.c
605
rc4_key = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/arcfour.c
657
rc4_key = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/get_mic.c
99
des_ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/unwrap.c
114
des_ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/unwrap.c
158
des_ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
99
des_ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/gssapi/krb5/wrap.c
286
des_ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/hx509/crypto.c
2605
evp = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/hx509/crypto.c
2702
evp = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/hx509/ks_file.c
112
ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/krb5/crypto-aes.c
129
ctx = EVP_CIPHER_CTX_new(); /* ivec all zero */
crypto/heimdal/lib/krb5/crypto-arcfour.c
179
ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/krb5/crypto-arcfour.c
239
ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/krb5/crypto-evp.c
44
key->ectx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/krb5/crypto-evp.c
45
key->dctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/ntlm/ntlm.c
1031
ctx = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/ntlm/ntlm.c
1217
c = EVP_CIPHER_CTX_new();
crypto/heimdal/lib/ntlm/ntlm.c
1348
c = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
112
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
167
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
78
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
111
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
166
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
77
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/des3.c
142
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/des3.c
93
ctx = EVP_CIPHER_CTX_new();
crypto/krb5/src/lib/crypto/openssl/enc_provider/rc4.c
80
ctx = EVP_CIPHER_CTX_new();
crypto/openssh/cipher-chachapoly-libcrypto.c
48
if ((ctx->main_evp = EVP_CIPHER_CTX_new()) == NULL ||
crypto/openssh/cipher-chachapoly-libcrypto.c
49
(ctx->header_evp = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssh/cipher.c
289
if ((cc->evp = EVP_CIPHER_CTX_new()) == NULL) {
crypto/openssl/apps/speed.c
3036
loopargs[k].ctx = EVP_CIPHER_CTX_new();
crypto/openssl/apps/speed.c
3150
loopargs[k].ctx = EVP_CIPHER_CTX_new();
crypto/openssl/apps/speed.c
5169
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/apps/speed.c
698
EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new();
crypto/openssl/apps/speed.c
919
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/crypto/asn1/p5_pbev2.c
90
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/asn1/p5_scrypt.c
94
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/cmac/cmac.c
60
ctx->cctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/cms/cms_asn1.c
150
kari->ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/cms/cms_env.c
891
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/cms/cms_env.c
972
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/cms/cms_pwri.c
352
kekctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/cms/cms_pwri.c
88
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/crmf/crmf_lib.c
835
|| (evp_ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/crypto/evp/bio_enc.c
386
dctx->cipher = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/evp/bio_enc.c
71
ctx->cipher = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/evp/evp_enc.c
1771
EVP_CIPHER_CTX *out = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/hpke/hpke.c
157
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/crypto/hpke/hpke.c
239
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/crypto/modes/siv128.c
193
if ((ctx->cipher_ctx = EVP_CIPHER_CTX_new()) == NULL
crypto/openssl/crypto/modes/siv128.c
226
dest->cipher_ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/pem/pem_lib.c
402
if ((ctx = EVP_CIPHER_CTX_new()) == NULL
crypto/openssl/crypto/pem/pem_lib.c
481
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/pem/pvkfmt.c
1057
cctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/pem/pvkfmt.c
867
EVP_CIPHER_CTX *cctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/pkcs12/p12_decr.c
27
EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new();
crypto/openssl/demos/cipher/aesccm.c
173
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/aesccm.c
89
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/aesgcm.c
163
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/aesgcm.c
88
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/aeskeywrap.c
128
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/aeskeywrap.c
71
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/ariacbc.c
123
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/ariacbc.c
68
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/mac/poly1305.c
125
aesctx = EVP_CIPHER_CTX_new();
crypto/openssl/fuzz/provider.c
398
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/include/openssl/evp.h
913
EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void);
crypto/openssl/providers/fips/self_test_kats.c
107
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
313
if ((dst->ecb_ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
53
if (ctx->ecb_ctx == NULL && (ctx->ecb_ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
409
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/providers/implementations/macs/gmac_prov.c
66
|| (macctx->ctx = EVP_CIPHER_CTX_new()) == NULL) {
crypto/openssl/providers/implementations/rands/drbg_ctr.c
572
ctr->ctx_ecb = EVP_CIPHER_CTX_new();
crypto/openssl/providers/implementations/rands/drbg_ctr.c
574
ctr->ctx_ctr = EVP_CIPHER_CTX_new();
crypto/openssl/providers/implementations/rands/drbg_ctr.c
601
ctr->ctx_df = EVP_CIPHER_CTX_new();
crypto/openssl/ssl/quic/quic_port.c
174
if ((port->token_ctx = EVP_CIPHER_CTX_new()) == NULL
crypto/openssl/ssl/quic/quic_record_shared.c
143
if ((cctx = EVP_CIPHER_CTX_new()) == NULL) {
crypto/openssl/ssl/quic/quic_srtm.c
126
if ((srtm->blind_ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/ssl/quic/quic_wire_pkt.c
38
hpr->cipher_ctx = EVP_CIPHER_CTX_new();
crypto/openssl/ssl/quic/quic_wire_pkt.c
928
if ((cctx = EVP_CIPHER_CTX_new()) == NULL) {
crypto/openssl/ssl/record/methods/ssl3_meth.c
35
if ((rl->enc_ctx = EVP_CIPHER_CTX_new()) == NULL) {
crypto/openssl/ssl/record/methods/tls13_meth.c
63
ciph_ctx = rl->enc_ctx = EVP_CIPHER_CTX_new();
crypto/openssl/ssl/record/methods/tls1_meth.c
36
if ((rl->enc_ctx = EVP_CIPHER_CTX_new()) == NULL) {
crypto/openssl/ssl/statem/statem_srvr.c
4014
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/ssl/t1_lib.c
3137
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/acvp_test.c
1030
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/acvp_test.c
1684
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/acvp_test.c
889
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/acvp_test.c
939
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/aesgcmtest.c
121
&& TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/aesgcmtest.c
47
ret = TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/aesgcmtest.c
80
ret = TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/afalgtest.c
115
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/afalgtest.c
76
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/bad_dtls_test.c
383
|| !TEST_ptr(enc_ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/bio_dgram_test.c
466
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/destest.c
735
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/destest.c
860
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
1810
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
4212
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
4600
|| !TEST_ptr((ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
4717
|| !TEST_ptr((ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
5052
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
5139
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
5192
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) {
crypto/openssl/test/evp_extra_test.c
5281
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) {
crypto/openssl/test/evp_extra_test.c
5363
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) {
crypto/openssl/test/evp_extra_test.c
5475
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
5546
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
6011
ciphctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6192
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
6193
|| !TEST_ptr(ctx2 = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
6408
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
6456
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/test/evp_extra_test.c
6545
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
6582
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/test/evp_extra_test.c
6655
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6666
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6677
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6687
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6696
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6735
e = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6748
d = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6801
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
6898
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) {
crypto/openssl/test/evp_extra_test.c
7186
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_fetch_prov_test.c
271
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_libctx_test.c
380
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_libctx_test.c
473
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_libctx_test.c
658
&& TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_libctx_test.c
82
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_skey_test.c
144
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_skey_test.c
151
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_skey_test.c
221
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_skey_test.c
228
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_skey_test.c
69
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_test.c
1099
if (!TEST_ptr(ctx_base = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_test.c
1101
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/fake_pipelineprov.c
90
ctx->cipher_ctxs[i] = EVP_CIPHER_CTX_new();
crypto/openssl/test/pbetest.c
68
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/threadstest.c
856
EVP_CIPHER_CTX *cipherctx = EVP_CIPHER_CTX_new();
sbin/decryptcore/decryptcore.c
199
ctx = EVP_CIPHER_CTX_new();
sys/geom/eli/g_eli_crypto.c
157
ctx = EVP_CIPHER_CTX_new();
tests/sys/kern/ktls_test.c
344
ctx = EVP_CIPHER_CTX_new();
tests/sys/kern/ktls_test.c
462
ctx = EVP_CIPHER_CTX_new();
tests/sys/kern/ktls_test.c
525
ctx = EVP_CIPHER_CTX_new();
tools/tools/crypto/cryptocheck.c
1114
ctx = EVP_CIPHER_CTX_new();
tools/tools/crypto/cryptocheck.c
1330
ctx = EVP_CIPHER_CTX_new();
tools/tools/crypto/cryptocheck.c
1405
ctx = EVP_CIPHER_CTX_new();
tools/tools/crypto/cryptocheck.c
1448
ctx = EVP_CIPHER_CTX_new();
tools/tools/crypto/cryptocheck.c
719
ctx = EVP_CIPHER_CTX_new();