Symbol: EVP_CIPHER_fetch
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
159
cipher = EVP_CIPHER_fetch(NULL, "AES-128-CBC-CTS", NULL);
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
161
cipher = EVP_CIPHER_fetch(NULL, "AES-256-CBC-CTS", NULL);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
158
cipher = EVP_CIPHER_fetch(NULL, "CAMELLIA-128-CBC-CTS", NULL);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
160
cipher = EVP_CIPHER_fetch(NULL, "CAMELLIA-256-CBC-CTS", NULL);
crypto/openssl/apps/cmp.c
3952
cipher = EVP_CIPHER_fetch(app_get0_libctx(), SN_aes_256_cbc, app_get0_propq());
crypto/openssl/apps/lib/opt.c
412
if ((c = EVP_CIPHER_fetch(app_get0_libctx(), name,
crypto/openssl/apps/list.c
1192
cipher = EVP_CIPHER_fetch(app_get0_libctx(), name, propq);
crypto/openssl/crypto/cmp/cmp_msg.c
492
cipher = EVP_CIPHER_fetch(ctx->libctx, SN_aes_256_cbc, ctx->propq);
crypto/openssl/crypto/cms/cms_dh.c
130
kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery);
crypto/openssl/crypto/cms/cms_ec.c
197
kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery);
crypto/openssl/crypto/cms/cms_enc.c
66
fetched_ciph = EVP_CIPHER_fetch(libctx, EVP_CIPHER_get0_name(cipher),
crypto/openssl/crypto/cms/cms_env.c
595
fetched_cipher = EVP_CIPHER_fetch(libctx, name, propq);
crypto/openssl/crypto/cms/cms_env.c
857
return EVP_CIPHER_fetch(ossl_cms_ctx_get0_libctx(ctx), alg,
crypto/openssl/crypto/cms/cms_kari.c
466
fetched_kekcipher = EVP_CIPHER_fetch(ossl_cms_ctx_get0_libctx(cms_ctx),
crypto/openssl/crypto/cms/cms_pwri.c
344
kekcipher = EVP_CIPHER_fetch(ossl_cms_ctx_get0_libctx(cms_ctx), name,
crypto/openssl/crypto/crmf/crmf_lib.c
788
cipher = EVP_CIPHER_fetch(libctx, name, propq);
crypto/openssl/crypto/evp/evp_enc.c
192
EVP_CIPHER *provciph = EVP_CIPHER_fetch(NULL,
crypto/openssl/crypto/evp/evp_pbe.c
128
cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq);
crypto/openssl/crypto/evp/names.c
108
fetched_cipher = EVP_CIPHER_fetch(libctx, name, NULL);
crypto/openssl/crypto/evp/p5_crpt2.c
148
cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, ciph_name, propq);
crypto/openssl/crypto/hpke/hpke.c
839
ctx->aead_ciph = EVP_CIPHER_fetch(libctx, aead_info->name, propq);
crypto/openssl/crypto/pem/pvkfmt.c
1097
if ((rc4 = EVP_CIPHER_fetch(libctx, "RC4", propq)) == NULL)
crypto/openssl/crypto/pem/pvkfmt.c
905
if ((rc4 = EVP_CIPHER_fetch(libctx, "RC4", propq)) == NULL)
crypto/openssl/crypto/pkcs12/p12_add.c
114
pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq);
crypto/openssl/crypto/pkcs12/p12_npas.c
178
cipher = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipherid), propq);
crypto/openssl/crypto/pkcs12/p12_sbag.c
260
pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq);
crypto/openssl/crypto/pkcs7/pk7_doit.c
336
fetched_cipher = EVP_CIPHER_fetch(libctx,
crypto/openssl/crypto/pkcs7/pk7_doit.c
501
evp_cipher = EVP_CIPHER_fetch(libctx, name, propq);
crypto/openssl/crypto/pkcs7/pk7_doit.c
522
evp_cipher = EVP_CIPHER_fetch(libctx, name, propq);
crypto/openssl/demos/cipher/aesccm.c
177
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL)
crypto/openssl/demos/cipher/aesccm.c
93
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL)
crypto/openssl/demos/cipher/aesgcm.c
167
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL)
crypto/openssl/demos/cipher/aesgcm.c
92
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL)
crypto/openssl/demos/cipher/aeskeywrap.c
155
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-WRAP", propq)) == NULL)
crypto/openssl/demos/cipher/aeskeywrap.c
212
if ((cipher = EVP_CIPHER_fetch(libctx, "aes-256-wrap", propq)) == NULL)
crypto/openssl/demos/cipher/ariacbc.c
141
if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL)
crypto/openssl/demos/cipher/ariacbc.c
86
if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL)
crypto/openssl/demos/mac/poly1305.c
118
aes = EVP_CIPHER_fetch(library_context, "AES-128-ECB", propq);
crypto/openssl/include/openssl/evp.h
619
EVP_CIPHER *EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
crypto/openssl/providers/common/provider_util.c
112
pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery);
crypto/openssl/providers/fips/self_test_kats.c
110
cipher = EVP_CIPHER_fetch(libctx, t->base.algorithm, NULL);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
41
ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-128-ECB", NULL);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
44
ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-192-ECB", NULL);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
47
ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-256-ECB", NULL);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
35
ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", propq);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
36
ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-128-CTR", propq);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
39
ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-192-CBC", propq);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
40
ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-192-CTR", propq);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
43
ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-256-CBC", propq);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
44
ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-256-CTR", propq);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1159
&& ((ctx->cipher = EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL))
crypto/openssl/providers/implementations/kdfs/x942kdf.c
87
cipher = EVP_CIPHER_fetch(libctx, algname, propq);
crypto/openssl/providers/implementations/rands/drbg_ctr.c
778
ctr->cipher_ctr = EVP_CIPHER_fetch(libctx, base, propquery);
crypto/openssl/providers/implementations/rands/drbg_ctr.c
786
ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery);
crypto/openssl/ssl/quic/quic_port.c
175
|| (cipher = EVP_CIPHER_fetch(port->engine->libctx,
crypto/openssl/ssl/quic/quic_record_shared.c
159
if ((cipher = EVP_CIPHER_fetch(el->libctx, cipher_name, el->propq)) == NULL) {
crypto/openssl/ssl/quic/quic_srtm.c
123
if ((ecb = EVP_CIPHER_fetch(libctx, "AES-128-ECB", propq)) == NULL)
crypto/openssl/ssl/quic/quic_wire_pkt.c
44
hpr->cipher = EVP_CIPHER_fetch(libctx, cipher_name, propq);
crypto/openssl/ssl/quic/quic_wire_pkt.c
923
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-128-GCM", propq)) == NULL) {
crypto/openssl/ssl/ssl_ciph.c
451
*enc = EVP_CIPHER_fetch(ctx->libctx, "NULL", ctx->propq);
crypto/openssl/ssl/ssl_lib.c
7449
ciph = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(nid), properties);
crypto/openssl/ssl/statem/statem_srvr.c
4098
EVP_CIPHER *cipher = EVP_CIPHER_fetch(sctx->libctx, "AES-256-CBC",
crypto/openssl/ssl/t1_lib.c
3163
aes256cbc = EVP_CIPHER_fetch(sctx->libctx, "AES-256-CBC",
crypto/openssl/test/acvp_test.c
1031
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, ""))
crypto/openssl/test/acvp_test.c
1682
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, "AES-128-CFB1", "fips=yes")))
crypto/openssl/test/acvp_test.c
890
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, ""))
crypto/openssl/test/acvp_test.c
940
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, ""))
crypto/openssl/test/bio_dgram_test.c
470
cipher = EVP_CIPHER_fetch(NULL, "ChaCha20", NULL);
crypto/openssl/test/destest.c
823
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(NULL, "DES3-WRAP", NULL))
crypto/openssl/test/destest.c
951
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(NULL, "DES-EDE-ECB", NULL))
crypto/openssl/test/endecode_test.c
375
if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
crypto/openssl/test/evp_extra_test.c
1804
else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC",
crypto/openssl/test/evp_extra_test.c
4106
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq))
crypto/openssl/test/evp_extra_test.c
4437
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq);
crypto/openssl/test/evp_extra_test.c
4446
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq);
crypto/openssl/test/evp_extra_test.c
4455
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq);
crypto/openssl/test/evp_extra_test.c
4464
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq);
crypto/openssl/test/evp_extra_test.c
4472
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq);
crypto/openssl/test/evp_extra_test.c
4485
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq);
crypto/openssl/test/evp_extra_test.c
4578
type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq);
crypto/openssl/test/evp_extra_test.c
4583
type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq);
crypto/openssl/test/evp_extra_test.c
4588
type = EVP_CIPHER_fetch(testctx, "des-cfb", testpropq);
crypto/openssl/test/evp_extra_test.c
4593
type = EVP_CIPHER_fetch(testctx, "des-ede3-cbc", testpropq);
crypto/openssl/test/evp_extra_test.c
4598
type = EVP_CIPHER_fetch(testctx, "des-ede3-ofb", testpropq);
crypto/openssl/test/evp_extra_test.c
4603
type = EVP_CIPHER_fetch(testctx, "des-ede3-cfb", testpropq);
crypto/openssl/test/evp_extra_test.c
4656
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq))
crypto/openssl/test/evp_extra_test.c
4809
EVP_CIPHER *aes128 = EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL);
crypto/openssl/test/evp_extra_test.c
4952
if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))) {
crypto/openssl/test/evp_extra_test.c
5035
|| !TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))
crypto/openssl/test/evp_extra_test.c
5091
if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq))) {
crypto/openssl/test/evp_extra_test.c
5180
if ((type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) == NULL) {
crypto/openssl/test/evp_extra_test.c
5262
if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-256-gcm", testpropq))) {
crypto/openssl/test/evp_extra_test.c
5373
if (!TEST_ptr(ciph = EVP_CIPHER_fetch(testctx, ivlen_change_ciphers[idx],
crypto/openssl/test/evp_extra_test.c
5444
if (!TEST_ptr(ciph = EVP_CIPHER_fetch(testctx, keylen_change_ciphers[idx],
crypto/openssl/test/evp_extra_test.c
6304
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", "")))
crypto/openssl/test/evp_extra_test.c
6354
if ((cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", "")) == NULL)
crypto/openssl/test/evp_extra_test.c
6441
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "RC4", "")))
crypto/openssl/test/evp_extra_test.c
6480
if ((cipher = EVP_CIPHER_fetch(testctx, "RC4", "")) == NULL)
crypto/openssl/test/evp_extra_test.c
6563
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-128-CBC", testpropq)))
crypto/openssl/test/evp_extra_test.c
6614
if (!TEST_ptr(pipeline_cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM",
crypto/openssl/test/evp_extra_test.c
6616
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM",
crypto/openssl/test/evp_fetch_prov_test.c
318
cipher = EVP_CIPHER_fetch(ctx, id, fetch_property);
crypto/openssl/test/evp_libctx_test.c
441
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL)))
crypto/openssl/test/evp_libctx_test.c
619
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL)))
crypto/openssl/test/evp_libctx_test.c
796
ret = TEST_ptr(aes_cipher = EVP_CIPHER_fetch(libctx, "AES-256-CBC", NULL))
crypto/openssl/test/evp_libctx_test.c
798
&& TEST_ptr(tdes_cipher = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", NULL))
crypto/openssl/test/evp_skey_test.c
143
aes_cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", "provider=default");
crypto/openssl/test/evp_skey_test.c
219
des_cbc = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", "provider=default");
crypto/openssl/test/evp_skey_test.c
67
fake_cipher = EVP_CIPHER_fetch(libctx, "fake_cipher", FAKE_CIPHER_FETCH_PROPS);
crypto/openssl/test/evp_test.c
1784
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, expected->alg, propquery))) {
crypto/openssl/test/evp_test.c
941
if ((cipher = fetched_cipher = EVP_CIPHER_fetch(libctx, alg, propquery)) == NULL
crypto/openssl/test/fake_pipelineprov.c
54
ctx->cipher = EVP_CIPHER_fetch(provctx, ciphername, "provider=default");
crypto/openssl/test/namemap_internal_test.c
135
EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL);
crypto/openssl/test/slh_dsa_test.c
393
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(lib_ctx, "AES-256-CBC", NULL))
crypto/openssl/test/slh_dsa_test.c
466
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(lib_ctx, "AES-256-CBC", NULL))
crypto/openssl/test/sslapitest.c
8547
aes128cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", NULL);
crypto/openssl/test/sslapitest.c
8589
aes128cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", NULL);
crypto/openssl/test/sslapitest.c
9547
ciph = EVP_CIPHER_fetch(libctx, fetchable_ciphers[test_index], "");
crypto/openssl/test/threadstest.c
850
EVP_CIPHER *ciph = EVP_CIPHER_fetch(multi_libctx, "AES-128-CBC", NULL);
crypto/openssl/test/tls-provider.c
1771
&& ((ctx->cipher = EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL)) {