EVP_CIPHER_fetch
cipher = EVP_CIPHER_fetch(NULL, "AES-128-CBC-CTS", NULL);
cipher = EVP_CIPHER_fetch(NULL, "AES-256-CBC-CTS", NULL);
cipher = EVP_CIPHER_fetch(NULL, "CAMELLIA-128-CBC-CTS", NULL);
cipher = EVP_CIPHER_fetch(NULL, "CAMELLIA-256-CBC-CTS", NULL);
cipher = EVP_CIPHER_fetch(app_get0_libctx(), SN_aes_256_cbc, app_get0_propq());
if ((c = EVP_CIPHER_fetch(app_get0_libctx(), name,
cipher = EVP_CIPHER_fetch(app_get0_libctx(), name, propq);
cipher = EVP_CIPHER_fetch(ctx->libctx, SN_aes_256_cbc, ctx->propq);
kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery);
kekcipher = EVP_CIPHER_fetch(pctx->libctx, name, pctx->propquery);
fetched_ciph = EVP_CIPHER_fetch(libctx, EVP_CIPHER_get0_name(cipher),
fetched_cipher = EVP_CIPHER_fetch(libctx, name, propq);
return EVP_CIPHER_fetch(ossl_cms_ctx_get0_libctx(ctx), alg,
fetched_kekcipher = EVP_CIPHER_fetch(ossl_cms_ctx_get0_libctx(cms_ctx),
kekcipher = EVP_CIPHER_fetch(ossl_cms_ctx_get0_libctx(cms_ctx), name,
cipher = EVP_CIPHER_fetch(libctx, name, propq);
EVP_CIPHER *provciph = EVP_CIPHER_fetch(NULL,
cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq);
fetched_cipher = EVP_CIPHER_fetch(libctx, name, NULL);
cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, ciph_name, propq);
ctx->aead_ciph = EVP_CIPHER_fetch(libctx, aead_info->name, propq);
if ((rc4 = EVP_CIPHER_fetch(libctx, "RC4", propq)) == NULL)
if ((rc4 = EVP_CIPHER_fetch(libctx, "RC4", propq)) == NULL)
pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq);
cipher = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipherid), propq);
pbe_ciph = pbe_ciph_fetch = EVP_CIPHER_fetch(ctx, OBJ_nid2sn(pbe_nid), propq);
fetched_cipher = EVP_CIPHER_fetch(libctx,
evp_cipher = EVP_CIPHER_fetch(libctx, name, propq);
evp_cipher = EVP_CIPHER_fetch(libctx, name, propq);
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL)
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-192-CCM", propq)) == NULL)
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL)
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-GCM", propq)) == NULL)
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-256-WRAP", propq)) == NULL)
if ((cipher = EVP_CIPHER_fetch(libctx, "aes-256-wrap", propq)) == NULL)
if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL)
if ((cipher = EVP_CIPHER_fetch(libctx, "ARIA-256-CBC", propq)) == NULL)
aes = EVP_CIPHER_fetch(library_context, "AES-128-ECB", propq);
EVP_CIPHER *EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
pc->cipher = pc->alloc_cipher = EVP_CIPHER_fetch(ctx, p->data, propquery);
cipher = EVP_CIPHER_fetch(libctx, t->base.algorithm, NULL);
ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-128-ECB", NULL);
ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-192-ECB", NULL);
ecb = EVP_CIPHER_fetch(ctx->libctx, "AES-256-ECB", NULL);
ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", propq);
ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-128-CTR", propq);
ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-192-CBC", propq);
ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-192-CTR", propq);
ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-256-CBC", propq);
ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-256-CTR", propq);
&& ((ctx->cipher = EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL))
cipher = EVP_CIPHER_fetch(libctx, algname, propq);
ctr->cipher_ctr = EVP_CIPHER_fetch(libctx, base, propquery);
ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery);
|| (cipher = EVP_CIPHER_fetch(port->engine->libctx,
if ((cipher = EVP_CIPHER_fetch(el->libctx, cipher_name, el->propq)) == NULL) {
if ((ecb = EVP_CIPHER_fetch(libctx, "AES-128-ECB", propq)) == NULL)
hpr->cipher = EVP_CIPHER_fetch(libctx, cipher_name, propq);
if ((cipher = EVP_CIPHER_fetch(libctx, "AES-128-GCM", propq)) == NULL) {
*enc = EVP_CIPHER_fetch(ctx->libctx, "NULL", ctx->propq);
ciph = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(nid), properties);
EVP_CIPHER *cipher = EVP_CIPHER_fetch(sctx->libctx, "AES-256-CBC",
aes256cbc = EVP_CIPHER_fetch(sctx->libctx, "AES-256-CBC",
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, ""))
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, "AES-128-CFB1", "fips=yes")))
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, ""))
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, alg, ""))
cipher = EVP_CIPHER_fetch(NULL, "ChaCha20", NULL);
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(NULL, "DES3-WRAP", NULL))
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(NULL, "DES-EDE-ECB", NULL))
if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq)))
else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC",
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq))
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq);
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq);
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq);
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq);
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq);
type = (type != NULL) ? type : EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq);
type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq);
type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq);
type = EVP_CIPHER_fetch(testctx, "des-cfb", testpropq);
type = EVP_CIPHER_fetch(testctx, "des-ede3-cbc", testpropq);
type = EVP_CIPHER_fetch(testctx, "des-ede3-ofb", testpropq);
type = EVP_CIPHER_fetch(testctx, "des-ede3-cfb", testpropq);
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq))
EVP_CIPHER *aes128 = EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL);
if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))) {
|| !TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))
if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq))) {
if ((type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) == NULL) {
if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-256-gcm", testpropq))) {
if (!TEST_ptr(ciph = EVP_CIPHER_fetch(testctx, ivlen_change_ciphers[idx],
if (!TEST_ptr(ciph = EVP_CIPHER_fetch(testctx, keylen_change_ciphers[idx],
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", "")))
if ((cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", "")) == NULL)
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "RC4", "")))
if ((cipher = EVP_CIPHER_fetch(testctx, "RC4", "")) == NULL)
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-128-CBC", testpropq)))
if (!TEST_ptr(pipeline_cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM",
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM",
cipher = EVP_CIPHER_fetch(ctx, id, fetch_property);
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL)))
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, name, NULL)))
ret = TEST_ptr(aes_cipher = EVP_CIPHER_fetch(libctx, "AES-256-CBC", NULL))
&& TEST_ptr(tdes_cipher = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", NULL))
aes_cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", "provider=default");
des_cbc = EVP_CIPHER_fetch(libctx, "DES-EDE3-CBC", "provider=default");
fake_cipher = EVP_CIPHER_fetch(libctx, "fake_cipher", FAKE_CIPHER_FETCH_PROPS);
if (!TEST_ptr(cipher = EVP_CIPHER_fetch(libctx, expected->alg, propquery))) {
if ((cipher = fetched_cipher = EVP_CIPHER_fetch(libctx, alg, propquery)) == NULL
ctx->cipher = EVP_CIPHER_fetch(provctx, ciphername, "provider=default");
EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL);
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(lib_ctx, "AES-256-CBC", NULL))
|| !TEST_ptr(cipher = EVP_CIPHER_fetch(lib_ctx, "AES-256-CBC", NULL))
aes128cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", NULL);
aes128cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", NULL);
ciph = EVP_CIPHER_fetch(libctx, fetchable_ciphers[test_index], "");
EVP_CIPHER *ciph = EVP_CIPHER_fetch(multi_libctx, "AES-128-CBC", NULL);
&& ((ctx->cipher = EVP_CIPHER_fetch(libctx, ciphername, props)) == NULL)) {