Symbol: app_get0_libctx
crypto/openssl/apps/ca.c
1207
if ((crl = X509_CRL_new_ex(app_get0_libctx(), app_get0_propq())) == NULL)
crypto/openssl/apps/ca.c
1696
if ((ret = X509_new_ex(app_get0_libctx(), app_get0_propq())) == NULL)
crypto/openssl/apps/ciphers.c
192
ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/apps/cmp.c
1203
OSSL_CMP_SRV_CTX *srv_ctx = ossl_cmp_mock_srv_new(app_get0_libctx(),
crypto/openssl/apps/cmp.c
1728
req = OSSL_CMP_MSG_read(file, app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/cmp.c
3729
cmp_ctx = OSSL_CMP_CTX_new(app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/cmp.c
3952
cipher = EVP_CIPHER_fetch(app_get0_libctx(), SN_aes_256_cbc, app_get0_propq());
crypto/openssl/apps/cmp.c
918
ret = OSSL_CMP_MSG_read(file, app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/cms.c
1547
rct_to, app_get0_libctx());
crypto/openssl/apps/cms.c
313
ret = CMS_ContentInfo_new_ex(app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/cms.c
382
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/crl.c
336
unsigned long hash_value = X509_NAME_hash_ex(X509_CRL_get_issuer(x), app_get0_libctx(),
crypto/openssl/apps/dgst.c
377
app_get0_libctx(),
crypto/openssl/apps/dgst.c
383
app_get0_libctx(),
crypto/openssl/apps/dgst.c
534
md = EVP_MD_fetch(app_get0_libctx(), name->name, app_get0_propq());
crypto/openssl/apps/dhparam.c
205
ctx = EVP_PKEY_CTX_new_from_name(app_get0_libctx(), alg, app_get0_propq());
crypto/openssl/apps/dhparam.c
343
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, app_get0_propq());
crypto/openssl/apps/dhparam.c
415
ctx = EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "DHX", app_get0_propq());
crypto/openssl/apps/dsaparam.c
162
ctx = EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "DSA", app_get0_propq());
crypto/openssl/apps/dsaparam.c
231
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), params,
crypto/openssl/apps/ecparam.c
241
gctx_params = EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "sm2",
crypto/openssl/apps/ecparam.c
244
gctx_params = EVP_PKEY_CTX_new_from_name(app_get0_libctx(), "ec",
crypto/openssl/apps/ecparam.c
308
pctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), params_key,
crypto/openssl/apps/ecparam.c
339
gctx_key = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), params_key,
crypto/openssl/apps/enc.c
706
mgmt = EVP_SKEYMGMT_fetch(app_get0_libctx(),
crypto/openssl/apps/enc.c
717
skey = EVP_SKEY_import(app_get0_libctx(), EVP_SKEYMGMT_get0_name(mgmt),
crypto/openssl/apps/fipsinstall.c
861
mac = EVP_MAC_fetch(app_get0_libctx(), mac_name, app_get0_propq());
crypto/openssl/apps/gendsa.c
145
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, app_get0_propq());
crypto/openssl/apps/genpkey.c
138
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/genrsa.c
190
if (!init_gen_str(&ctx, "RSA", eng, 0, app_get0_libctx(),
crypto/openssl/apps/include/app_libctx.h
16
OSSL_LIB_CTX *app_get0_libctx(void);
crypto/openssl/apps/kdf.c
146
if ((kdf = EVP_KDF_fetch(app_get0_libctx(), argv[0],
crypto/openssl/apps/lib/app_provider.c
127
ret = OSSL_PROVIDER_do_all(app_get0_libctx(), set_prov_param, (void *)&p);
crypto/openssl/apps/lib/app_provider.c
152
return app_provider_load(app_get0_libctx(), opt_arg());
crypto/openssl/apps/lib/app_provider.c
67
return OSSL_PROVIDER_set_default_search_path(app_get0_libctx(), path);
crypto/openssl/apps/lib/apps.c
1389
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/lib/apps.c
2287
return EVP_DigestSignInit_ex(ctx, &pkctx, md, app_get0_libctx(),
crypto/openssl/apps/lib/apps.c
2415
rv = X509_REQ_verify_ex(x, pkey, app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/lib/apps.c
331
conf = NCONF_new_ex(app_get0_libctx(), NULL);
crypto/openssl/apps/lib/apps.c
3496
int libctx = app_get0_libctx() != NULL || app_get0_propq() != NULL;
crypto/openssl/apps/lib/apps.c
374
conf = NCONF_new_ex(app_get0_libctx(), NULL);
crypto/openssl/apps/lib/apps.c
905
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/lib/opt.c
412
if ((c = EVP_CIPHER_fetch(app_get0_libctx(), name,
crypto/openssl/apps/lib/opt.c
473
if ((md = EVP_MD_fetch(app_get0_libctx(), name, app_get0_propq())) != NULL
crypto/openssl/apps/list.c
1047
EVP_KEYEXCH_do_all_provided(app_get0_libctx(), collect_kex, kex_stack);
crypto/openssl/apps/list.c
1175
md = EVP_MD_fetch(app_get0_libctx(), name, propq);
crypto/openssl/apps/list.c
1192
cipher = EVP_CIPHER_fetch(app_get0_libctx(), name, propq);
crypto/openssl/apps/list.c
129
EVP_CIPHER_do_all_provided(app_get0_libctx(), collect_ciphers, ciphers);
crypto/openssl/apps/list.c
1332
OSSL_STORE_LOADER_do_all_provided(app_get0_libctx(), collect_store_loaders,
crypto/openssl/apps/list.c
214
EVP_MD_do_all_provided(app_get0_libctx(), collect_digests, digests);
crypto/openssl/apps/list.c
275
EVP_MAC_do_all_provided(app_get0_libctx(), collect_macs, macs);
crypto/openssl/apps/list.c
340
EVP_KDF_do_all_provided(app_get0_libctx(), collect_kdfs, kdfs);
crypto/openssl/apps/list.c
411
EVP_RAND_do_all_provided(app_get0_libctx(), collect_rands, rands);
crypto/openssl/apps/list.c
44
OSSL_LIB_CTX *libctx = app_get0_libctx(); \
crypto/openssl/apps/list.c
539
OSSL_ENCODER_do_all_provided(app_get0_libctx(), collect_encoders,
crypto/openssl/apps/list.c
605
OSSL_DECODER_do_all_provided(app_get0_libctx(), collect_decoders,
crypto/openssl/apps/list.c
662
EVP_KEYMGMT_do_all_provided(app_get0_libctx(), collect_keymanagers,
crypto/openssl/apps/list.c
725
EVP_SKEYMGMT_do_all_provided(app_get0_libctx(), collect_skeymanagers,
crypto/openssl/apps/list.c
780
EVP_SIGNATURE_do_all_provided(app_get0_libctx(), collect_signatures,
crypto/openssl/apps/list.c
883
char *builtin_sigalgs = SSL_get1_builtin_sigalgs(app_get0_libctx());
crypto/openssl/apps/list.c
925
EVP_KEM_do_all_provided(app_get0_libctx(), collect_kem, kem_stack);
crypto/openssl/apps/list.c
985
EVP_ASYM_CIPHER_do_all_provided(app_get0_libctx(), collect_asymciph,
crypto/openssl/apps/mac.c
148
mac = EVP_MAC_fetch(app_get0_libctx(), argv[0], app_get0_propq());
crypto/openssl/apps/openssl.c
95
OSSL_LIB_CTX_free(app_get0_libctx());
crypto/openssl/apps/pkcs12.c
1157
store_ctx = X509_STORE_CTX_new_ex(app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/pkcs12.c
496
if (!OSSL_PROVIDER_available(app_get0_libctx(), "legacy")) {
crypto/openssl/apps/pkcs12.c
497
if (!app_provider_load(app_get0_libctx(), "legacy"))
crypto/openssl/apps/pkcs12.c
500
if (!app_provider_load(app_get0_libctx(), "default"))
crypto/openssl/apps/pkcs12.c
734
app_get0_libctx(), app_get0_propq(),
crypto/openssl/apps/pkcs12.c
791
p12 = PKCS12_init_ex(NID_pkcs7_data, app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/pkcs12.c
880
pkcs12kdf = EVP_KDF_fetch(app_get0_libctx(), "PKCS12KDF",
crypto/openssl/apps/pkcs7.c
73
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/pkeyparam.c
104
pkey = PEM_read_bio_Parameters_ex(in, NULL, app_get0_libctx(),
crypto/openssl/apps/pkeyparam.c
117
ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey,
crypto/openssl/apps/pkeyutl.c
177
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/rand.c
206
r = RAND_bytes_ex(app_get0_libctx(), buf, chunk, 0);
crypto/openssl/apps/rehash.c
301
app_get0_libctx(), app_get0_propq(), &ok);
crypto/openssl/apps/req.c
1638
gctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/req.c
1644
int pkey_id = get_legacy_pkey_id(app_get0_libctx(), *pkeytype,
crypto/openssl/apps/req.c
1650
gctx = EVP_PKEY_CTX_new_from_name(app_get0_libctx(),
crypto/openssl/apps/req.c
828
req = X509_REQ_new_ex(app_get0_libctx(), app_get0_propq());
crypto/openssl/apps/req.c
850
if ((new_x509 = X509_new_ex(app_get0_libctx(),
crypto/openssl/apps/s_client.c
1894
ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/apps/s_server.c
2023
ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/apps/s_server.c
2154
ctx2 = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/apps/s_server.c
3983
return d2i_SSL_SESSION_ex(NULL, &p, sess->derlen, app_get0_libctx(),
crypto/openssl/apps/skeyutl.c
106
skey = EVP_SKEY_generate(app_get0_libctx(),
crypto/openssl/apps/skeyutl.c
98
mgmt = EVP_SKEYMGMT_fetch(app_get0_libctx(),
crypto/openssl/apps/smime.c
220
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/speed.c
1865
OSSL_LIB_CTX *libctx = app_get0_libctx(); \
crypto/openssl/apps/speed.c
2283
EVP_KEM_do_all_provided(app_get0_libctx(), collect_kem, kem_stack);
crypto/openssl/apps/speed.c
2327
EVP_SIGNATURE_do_all_provided(app_get0_libctx(), collect_signatures, sig_stack);
crypto/openssl/apps/speed.c
2638
if ((mac = EVP_MAC_fetch(app_get0_libctx(), "GMAC",
crypto/openssl/apps/speed.c
2646
if ((mac = EVP_MAC_fetch(app_get0_libctx(), "HMAC",
crypto/openssl/apps/speed.c
4168
kem_gen_ctx = EVP_PKEY_CTX_new_from_name(app_get0_libctx(),
crypto/openssl/apps/speed.c
4185
kem_encaps_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/speed.c
4217
kem_decaps_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/speed.c
4363
sig_gen_ctx = EVP_PKEY_CTX_new_from_name(app_get0_libctx(),
crypto/openssl/apps/speed.c
4385
alg = EVP_SIGNATURE_fetch(app_get0_libctx(), sig_name, app_get0_propq());
crypto/openssl/apps/speed.c
4389
sig_sign_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/speed.c
4432
sig_verify_ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(),
crypto/openssl/apps/speed.c
781
*mac = EVP_MAC_fetch(app_get0_libctx(), name, app_get0_propq());
crypto/openssl/apps/storeutl.c
99
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/ts.c
1001
OSSL_LIB_CTX *libctx = app_get0_libctx();
crypto/openssl/apps/x509.c
1106
if ((fdig = EVP_MD_fetch(app_get0_libctx(), fdigname,
crypto/openssl/apps/x509.c
705
if (!X509_STORE_set_default_paths_ex(ctx, app_get0_libctx(),
crypto/openssl/apps/x509.c
828
if ((x = X509_new_ex(app_get0_libctx(), app_get0_propq())) == NULL)