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
50
if ((ctx->main_evp = EVP_CIPHER_CTX_new()) == NULL ||
crypto/openssh/cipher-chachapoly-libcrypto.c
51
(ctx->header_evp = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssh/cipher.c
291
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
3149
loopargs[k].ctx = EVP_CIPHER_CTX_new();
crypto/openssl/apps/speed.c
5168
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
898
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/crypto/cms/cms_env.c
979
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
833
|| (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
149
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/aeskeywrap.c
206
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/ariacbc.c
137
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/demos/cipher/ariacbc.c
82
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
308
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
164
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
4001
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/ssl/t1_lib.c
3114
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
530
|| !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
827
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/destest.c
952
|| !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
4107
|| !TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
4495
|| !TEST_ptr((ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
4612
|| !TEST_ptr((ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
4947
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
5034
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
5087
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) {
crypto/openssl/test/evp_extra_test.c
5176
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) {
crypto/openssl/test/evp_extra_test.c
5258
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())) {
crypto/openssl/test/evp_extra_test.c
5370
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
5441
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
5906
ciphctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_extra_test.c
6087
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
6088
|| !TEST_ptr(ctx2 = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
6303
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
6351
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/test/evp_extra_test.c
6440
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_extra_test.c
6477
if ((ctx = EVP_CIPHER_CTX_new()) == NULL)
crypto/openssl/test/evp_extra_test.c
6560
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_extra_test.c
6618
|| !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
437
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_libctx_test.c
615
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new()))
crypto/openssl/test/evp_libctx_test.c
800
&& 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
158
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_skey_test.c
165
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_skey_test.c
235
if (!TEST_ptr(ctx = EVP_CIPHER_CTX_new())
crypto/openssl/test/evp_skey_test.c
242
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/evp_skey_test.c
83
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
145
ctx = EVP_CIPHER_CTX_new();
crypto/openssl/test/threadstest.c
849
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
312
ctx = EVP_CIPHER_CTX_new();
tests/sys/kern/ktls_test.c
430
ctx = EVP_CIPHER_CTX_new();
tests/sys/kern/ktls_test.c
493
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();