Symbol: EVP_CipherInit_ex
crypto/heimdal/kdc/digest.c
1364
EVP_CipherInit_ex(rc4, EVP_rc4(), NULL, sessionkey, NULL, 1);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
245
EVP_CipherInit_ex(rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
324
EVP_CipherInit_ex(rc4_key, EVP_rc4(), NULL, (void *)k6_data, NULL, 0);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
482
EVP_CipherInit_ex(rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
506
EVP_CipherInit_ex(rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
610
EVP_CipherInit_ex(rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1);
crypto/heimdal/lib/gssapi/krb5/arcfour.c
663
EVP_CipherInit_ex(rc4_key, EVP_rc4(), NULL, k6_data, NULL, 1);
crypto/heimdal/lib/gssapi/krb5/get_mic.c
125
EVP_CipherInit_ex(des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, p + 8, 1);
crypto/heimdal/lib/gssapi/krb5/unwrap.c
120
EVP_CipherInit_ex(des_ctx, EVP_des_cbc(), NULL, deskey, zero, 0);
crypto/heimdal/lib/gssapi/krb5/unwrap.c
170
EVP_CipherInit_ex(des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, hash, 0);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
111
EVP_CipherInit_ex(des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, hash, 0);
crypto/heimdal/lib/gssapi/krb5/wrap.c
312
EVP_CipherInit_ex(des_ctx, EVP_des_cbc(), NULL, key->keyvalue.data, p + 8, 1);
crypto/heimdal/lib/gssapi/krb5/wrap.c
330
EVP_CipherInit_ex(des_ctx, EVP_des_cbc(), NULL, deskey, zero, 1);
crypto/heimdal/lib/hx509/crypto.c
2609
ret = EVP_CipherInit_ex(evp, crypto->c, NULL,
crypto/heimdal/lib/hx509/crypto.c
2706
ret = EVP_CipherInit_ex(evp, crypto->c, NULL,
crypto/heimdal/lib/hx509/ks_file.c
119
EVP_CipherInit_ex(ctx, c, NULL, key, ivdata, 0);
crypto/heimdal/lib/krb5/crypto-aes.c
132
EVP_CipherInit_ex(ctx, c, NULL, derived->keyvalue.data, NULL, 1);
crypto/heimdal/lib/krb5/crypto-arcfour.c
183
EVP_CipherInit_ex(ctx, EVP_rc4(), NULL, k3_c.checksum.data, NULL, 1);
crypto/heimdal/lib/krb5/crypto-arcfour.c
242
EVP_CipherInit_ex(ctx, EVP_rc4(), NULL, k3_c.checksum.data, NULL, 0);
crypto/heimdal/lib/krb5/crypto-des-common.c
112
EVP_CipherInit_ex(ctx->dctx, NULL, NULL, NULL, (void *)&ivec, -1);
crypto/heimdal/lib/krb5/crypto-des-common.c
84
EVP_CipherInit_ex(ctx->ectx, NULL, NULL, NULL, (void *)&ivec, -1);
crypto/heimdal/lib/krb5/crypto-des.c
229
EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
crypto/heimdal/lib/krb5/crypto-des.c
248
EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
116
EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
122
EVP_CipherInit_ex(c, NULL, NULL, NULL, ivec, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
124
EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
140
EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
166
EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
175
EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
49
EVP_CipherInit_ex(key->ectx, c, NULL, kd->key->keyvalue.data, NULL, 1);
crypto/heimdal/lib/krb5/crypto-evp.c
50
EVP_CipherInit_ex(key->dctx, c, NULL, kd->key->keyvalue.data, NULL, 0);
crypto/heimdal/lib/krb5/crypto-evp.c
82
EVP_CipherInit_ex(c, NULL, NULL, NULL, loiv, -1);
crypto/heimdal/lib/krb5/crypto-evp.c
85
EVP_CipherInit_ex(c, NULL, NULL, NULL, ivec, -1);
crypto/heimdal/lib/ntlm/ntlm.c
1035
EVP_CipherInit_ex(ctx, EVP_des_cbc(), NULL, key, NULL, 1);
crypto/heimdal/lib/ntlm/ntlm.c
1224
ret = EVP_CipherInit_ex(c, EVP_rc4(), NULL, base_session->data, NULL, 1);
crypto/heimdal/lib/ntlm/ntlm.c
1354
if (EVP_CipherInit_ex(c, EVP_rc4(), NULL, baseKey->data, NULL, 0) != 1) {
crypto/openssl/apps/enc.c
696
if (!EVP_CipherInit_ex(ctx, cipher, e, key,
crypto/openssl/apps/speed.c
1028
if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) {
crypto/openssl/apps/speed.c
1101
if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, aead_iv, -1)) {
crypto/openssl/apps/speed.c
3048
if (!EVP_CipherInit_ex(loopargs[k].ctx, evp_cipher, NULL,
crypto/openssl/apps/speed.c
3063
if (!EVP_CipherInit_ex(loopargs[k].ctx, NULL, NULL,
crypto/openssl/apps/speed.c
3098
if (!EVP_CipherInit_ex(loopargs[k].ctx, NULL, NULL,
crypto/openssl/apps/speed.c
3155
if (!EVP_CipherInit_ex(loopargs[k].ctx, evp_cipher,
crypto/openssl/apps/speed.c
701
&& EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, 1) > 0)
crypto/openssl/apps/speed.c
922
if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, 1)) {
crypto/openssl/apps/speed.c
934
if (!EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1)) {
crypto/openssl/apps/speed.c
969
rc = EVP_CipherInit_ex(ctx, NULL, NULL, NULL, iv, -1);
crypto/openssl/apps/speed.c
977
rc = EVP_CipherInit_ex(ctx, NULL, NULL, NULL, iv, -1);
crypto/openssl/crypto/asn1/p5_pbev2.c
97
if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, iv, 0))
crypto/openssl/crypto/asn1/p5_scrypt.c
101
if (EVP_CipherInit_ex(ctx, cipher, NULL, NULL, iv, 0) == 0)
crypto/openssl/crypto/asn1/p5_scrypt.c
301
rv = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de);
crypto/openssl/crypto/cms/cms_enc.c
166
if (EVP_CipherInit_ex(ctx, NULL, NULL, ec->key, piv, enc) <= 0) {
crypto/openssl/crypto/cms/cms_enc.c
78
if (EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc) <= 0) {
crypto/openssl/crypto/cms/cms_kari.c
228
if (!EVP_CipherInit_ex(kari->ctx, NULL, NULL, kek, NULL, enc))
crypto/openssl/crypto/cms/cms_pwri.c
358
if (!EVP_CipherInit_ex(kekctx, kekcipher, NULL, NULL, NULL, en_de))
crypto/openssl/crypto/evp/bio_enc.c
316
if (!EVP_CipherInit_ex(ctx->cipher, NULL, NULL, NULL, NULL,
crypto/openssl/crypto/evp/bio_enc.c
440
if (!EVP_CipherInit_ex(ctx->cipher, c, NULL, k, i, e))
crypto/openssl/crypto/evp/e_rc2.c
147
if (i > 0 && !EVP_CipherInit_ex(c, NULL, NULL, NULL, iv, -1))
crypto/openssl/crypto/evp/evp_enc.c
819
return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
crypto/openssl/crypto/evp/evp_enc.c
839
return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
crypto/openssl/crypto/evp/evp_lib.c
60
if (!EVP_CipherInit_ex(ctx, NULL, NULL, NULL, iv, -1))
crypto/openssl/crypto/evp/p5_crpt.c
100
if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de))
crypto/openssl/crypto/evp/p5_crpt2.c
161
if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de))
crypto/openssl/crypto/evp/p5_crpt2.c
258
rv = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de);
crypto/openssl/crypto/modes/siv128.c
134
if (!EVP_CipherInit_ex(ctx, NULL, NULL, NULL, icv->byte, 1))
crypto/openssl/crypto/pkcs12/p12_crpt.c
72
ret = EVP_CipherInit_ex(ctx, cipher, NULL, key, piv, en_de);
crypto/openssl/crypto/pkcs7/pk7_doit.c
345
if (EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, 1) <= 0)
crypto/openssl/crypto/pkcs7/pk7_doit.c
353
if (EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, 1) <= 0)
crypto/openssl/crypto/pkcs7/pk7_doit.c
640
if (EVP_CipherInit_ex(evp_ctx, cipher, NULL, NULL, NULL, 0) <= 0)
crypto/openssl/crypto/pkcs7/pk7_doit.c
676
if (EVP_CipherInit_ex(evp_ctx, NULL, NULL, ek, NULL, 0) <= 0)
crypto/openssl/include/openssl/evp.h
807
__owur int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,
crypto/openssl/providers/fips/self_test_kats.c
76
return EVP_CipherInit_ex(ctx, cipher, NULL, t->key, t->iv, enc)
crypto/openssl/providers/fips/self_test_kats.c
84
return EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc)
crypto/openssl/providers/fips/self_test_kats.c
90
&& EVP_CipherInit_ex(ctx, NULL, NULL, t->key, t->iv, enc)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
241
if (!EVP_CipherInit_ex(ctr->ctx_ecb, NULL, NULL, ctr->KX, NULL, -1))
crypto/openssl/providers/implementations/rands/drbg_ctr.c
306
if (!EVP_CipherInit_ex(ctr->ctx_ecb, NULL, NULL, ctr->K, NULL, -1)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
307
|| !EVP_CipherInit_ex(ctr->ctx_ctr, NULL, NULL, ctr->K, NULL, -1))
crypto/openssl/providers/implementations/rands/drbg_ctr.c
324
if (!EVP_CipherInit_ex(ctr->ctx_ecb, NULL, NULL, ctr->K, NULL, -1))
crypto/openssl/providers/implementations/rands/drbg_ctr.c
428
if (!EVP_CipherInit_ex(ctr->ctx_ctr,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
580
if (!EVP_CipherInit_ex(ctr->ctx_ecb,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
582
|| !EVP_CipherInit_ex(ctr->ctx_ctr,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
607
if (!EVP_CipherInit_ex(ctr->ctx_df,
crypto/openssl/ssl/quic/quic_record_rx.c
949
if (EVP_CipherInit_ex(cctx, NULL,
crypto/openssl/ssl/quic/quic_record_shared.c
176
if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, el->iv[keyslot], 0)) {
crypto/openssl/ssl/quic/quic_record_tx.c
538
if (EVP_CipherInit_ex(cctx, NULL, NULL, NULL, nonce, /*enc=*/1) != 1) {
crypto/openssl/ssl/quic/quic_wire_pkt.c
106
if (!EVP_CipherInit_ex(hpr->cipher_ctx, NULL, NULL, NULL, sample, 1)
crypto/openssl/ssl/quic/quic_wire_pkt.c
51
if (!EVP_CipherInit_ex(hpr->cipher_ctx, hpr->cipher, NULL,
crypto/openssl/ssl/quic/quic_wire_pkt.c
92
if (!EVP_CipherInit_ex(hpr->cipher_ctx, NULL, NULL, NULL, NULL, 1)
crypto/openssl/ssl/quic/quic_wire_pkt.c
933
if (!EVP_CipherInit_ex(cctx, cipher, NULL,
crypto/openssl/ssl/record/methods/ssl3_meth.c
62
if (!EVP_CipherInit_ex(ciph_ctx, ciph, NULL, key, iv, enc)) {
crypto/openssl/ssl/record/methods/tls13_meth.c
218
if (EVP_CipherInit_ex(enc_ctx, NULL, NULL, NULL, nonce, sending) <= 0
crypto/openssl/ssl/record/methods/tls13_meth.c
71
if (EVP_CipherInit_ex(ciph_ctx, ciph, NULL, NULL, NULL, enc) <= 0
crypto/openssl/ssl/record/methods/tls13_meth.c
79
|| EVP_CipherInit_ex(ciph_ctx, NULL, NULL, key, NULL, enc) <= 0) {
crypto/openssl/ssl/record/methods/tls1_meth.c
107
|| !EVP_CipherInit_ex(ciph_ctx, NULL, NULL, key, NULL, enc)) {
crypto/openssl/ssl/record/methods/tls1_meth.c
112
if (!EVP_CipherInit_ex(ciph_ctx, ciph, NULL, key, iv, enc)) {
crypto/openssl/ssl/record/methods/tls1_meth.c
89
if (!EVP_CipherInit_ex(ciph_ctx, ciph, NULL, key, NULL, enc)
crypto/openssl/ssl/record/methods/tls1_meth.c
97
if (!EVP_CipherInit_ex(ciph_ctx, ciph, NULL, NULL, NULL, enc)
crypto/openssl/test/acvp_test.c
1032
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc))
crypto/openssl/test/acvp_test.c
1049
if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc))
crypto/openssl/test/acvp_test.c
1686
if (!TEST_int_gt(EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, 1), 0))
crypto/openssl/test/acvp_test.c
891
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc))
crypto/openssl/test/acvp_test.c
941
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, enc))
crypto/openssl/test/acvp_test.c
948
|| !TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc))
crypto/openssl/test/afalgtest.c
79
if (!TEST_true(EVP_CipherInit_ex(ctx, cipher, e, key, iv, 1))
crypto/openssl/test/afalgtest.c
89
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, e, key, iv, 0))
crypto/openssl/test/bad_dtls_test.c
531
|| !TEST_true(EVP_CipherInit_ex(enc_ctx, EVP_aes_128_cbc(), NULL,
crypto/openssl/test/bio_enc_test.c
291
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, KEY, IV, ENCRYPT))
crypto/openssl/test/bio_enc_test.c
310
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, KEY, IV, DECRYPT))
crypto/openssl/test/destest.c
953
|| !EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, 1)
crypto/openssl/test/evp_extra_test.c
4923
if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, NULL, t->iv, -1)))
crypto/openssl/test/evp_extra_test.c
4956
if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, NULL, NULL, t->initenc))) {
crypto/openssl/test/evp_extra_test.c
4964
if (t->keyfirst && !TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, t->key, NULL, -1))) {
crypto/openssl/test/evp_extra_test.c
4972
if (t->keyfirst == 0 && !TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, t->key, NULL, -1))) {
crypto/openssl/test/evp_extra_test.c
4976
if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, t->finalenc))) {
crypto/openssl/test/evp_extra_test.c
5095
if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) {
crypto/openssl/test/evp_extra_test.c
5115
if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, -1))) {
crypto/openssl/test/evp_extra_test.c
5185
if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) {
crypto/openssl/test/evp_extra_test.c
5266
if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, NULL, NULL, 1))) {
crypto/openssl/test/evp_extra_test.c
5274
if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, kGCMResetKey, t->iv1, 1))) {
crypto/openssl/test/evp_extra_test.c
5309
if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, NULL, t->iv2, -1))) {
crypto/openssl/test/evp_extra_test.c
5377
if (!TEST_true(EVP_CipherInit_ex(ctx, ciph, NULL, kGCMDefaultKey, iv, 1)))
crypto/openssl/test/evp_extra_test.c
5448
if (!TEST_true(EVP_CipherInit_ex(ctx, ciph, NULL, key, NULL, 1)))
crypto/openssl/test/evp_extra_test.c
5913
|| !TEST_true(EVP_CipherInit_ex(ciphctx, tmp, NULL, NULL, NULL, 1))
crypto/openssl/test/evp_extra_test.c
5914
|| !TEST_true(EVP_CipherInit_ex(ciphctx, EVP_aes_128_cbc(), NULL,
crypto/openssl/test/evp_fetch_prov_test.c
272
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, key, NULL, 1))
crypto/openssl/test/evp_fetch_prov_test.c
275
|| !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, key, NULL, 0))
crypto/openssl/test/evp_test.c
1208
if (!EVP_CipherInit_ex(ctx_base, NULL, NULL, expected->key, expected->iv, -1)) {
crypto/openssl/test/sslapitest.c
8560
|| !EVP_CipherInit_ex(ctx, aes128cbc, NULL, tick_aes_key, iv, enc)
crypto/openssl/test/sslapitest.c
8599
|| !EVP_CipherInit_ex(ctx, aes128cbc, NULL, tick_aes_key, iv, enc)
sys/geom/eli/g_eli_crypto.c
161
EVP_CipherInit_ex(ctx, type, NULL, NULL, NULL, enc);
sys/geom/eli/g_eli_crypto.c
165
EVP_CipherInit_ex(ctx, NULL, NULL, key, iv, enc);
tests/sys/kern/ktls_test.c
318
if (EVP_CipherInit_ex(ctx, cipher, NULL, (const u_char *)key,
tools/tools/crypto/cryptocheck.c
725
if (EVP_CipherInit_ex(ctx, cipher, NULL, (const u_char *)key,