Symbol: OSSL_LIB_CTX_new
crypto/openssl/apps/lib/app_libctx.c
42
app_libctx = OSSL_LIB_CTX_new();
crypto/openssl/crypto/context.c
459
OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new();
crypto/openssl/demos/digest/BIO_f_md.c
54
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/digest/EVP_MD_demo.c
142
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/digest/EVP_MD_stdin.c
46
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/kdf/argon2.c
85
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/kdf/hkdf.c
53
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/kdf/pbkdf2.c
67
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/kdf/scrypt.c
69
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/mac/cmac-aes256.c
117
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/mac/gmac.c
68
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/mac/hmac-sha512.c
198
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/mac/poly1305.c
97
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/mac/siphash.c
56
library_context = OSSL_LIB_CTX_new();
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
276
libctx = OSSL_LIB_CTX_new();
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
209
libctx = OSSL_LIB_CTX_new();
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
177
libctx = OSSL_LIB_CTX_new();
crypto/openssl/fuzz/fuzz_rand.c
148
*provctx = OSSL_LIB_CTX_new();
crypto/openssl/fuzz/provider.c
72
libctx = OSSL_LIB_CTX_new();
crypto/openssl/include/openssl/crypto.h
569
OSSL_LIB_CTX *OSSL_LIB_CTX_new(void);
crypto/openssl/providers/fips/fipsprov.c
878
|| (libctx = OSSL_LIB_CTX_new()) == NULL)
crypto/openssl/test/asn1_stable_parse_test.c
41
OSSL_LIB_CTX *newctx = OSSL_LIB_CTX_new();
crypto/openssl/test/asynctest.c
347
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/asynctest.c
50
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/cmp_ctx_test.c
113
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/conf_include_test.c
207
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/context_internal_test.c
18
OSSL_LIB_CTX *local = OSSL_LIB_CTX_new();
crypto/openssl/test/context_internal_test.c
53
OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/endecode_test.c
1449
if (!TEST_ptr(keyctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/evp_extra_test.c
1026
if (!TEST_ptr(ctx = OSSL_LIB_CTX_new())
crypto/openssl/test/evp_extra_test.c
1576
if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/evp_extra_test.c
4287
OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new();
crypto/openssl/test/evp_extra_test.c
4824
OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/evp_extra_test.c
6810
testctx = OSSL_LIB_CTX_new();
crypto/openssl/test/evp_extra_test2.c
3398
if (!TEST_ptr(ctx = OSSL_LIB_CTX_new())
crypto/openssl/test/evp_fetch_prov_test.c
129
ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/evp_fetch_prov_test.c
85
ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/evp_kdf_test.c
512
if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/evp_kdf_test.c
557
if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/evp_skey_test.c
265
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/fake_cipherprov.c
300
if (!TEST_ptr(*provctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/fake_pipelineprov.c
323
if (!TEST_ptr(*provctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/filterprov.c
163
ourglobals.libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/keymgmt_internal_test.c
310
if (!TEST_ptr(libctx = OSSL_LIB_CTX_new())
crypto/openssl/test/keymgmt_internal_test.c
56
|| !TEST_ptr(fixture->ctx1 = OSSL_LIB_CTX_new())
crypto/openssl/test/keymgmt_internal_test.c
59
|| !TEST_ptr(fixture->ctx2 = OSSL_LIB_CTX_new())
crypto/openssl/test/nodefltctxtest.c
22
OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/ossl_store_test.c
235
&& TEST_ptr(libctx = OSSL_LIB_CTX_new())
crypto/openssl/test/pairwise_fail_test.c
203
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/pkcs12_format_test.c
3618
testctx = OSSL_LIB_CTX_new();
crypto/openssl/test/property_test.c
611
if (!TEST_ptr(ctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/property_test.c
62
if (TEST_ptr(ctx = OSSL_LIB_CTX_new())
crypto/openssl/test/prov_config_test.c
25
OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/prov_config_test.c
51
OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/prov_config_test.c
99
ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/provfetchtest.c
232
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/provider_default_search_path_test.c
41
&& TEST_ptr(ctx = OSSL_LIB_CTX_new())
crypto/openssl/test/provider_fallback_test.c
41
ok = TEST_ptr(ctx = OSSL_LIB_CTX_new())
crypto/openssl/test/provider_internal_test.c
103
if (!TEST_ptr(ctx = OSSL_LIB_CTX_new())
crypto/openssl/test/provider_pkey_test.c
510
if (!TEST_ptr(*ctx = OSSL_LIB_CTX_new())
crypto/openssl/test/provider_pkey_test.c
786
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/provider_status_test.c
237
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/provider_test.c
219
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/provider_test.c
237
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/provider_test.c
269
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/provider_test.c
279
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/quicapitest.c
2952
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/rand_test.c
259
OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/rpktest.c
768
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/sslapitest.c
10123
OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new();
crypto/openssl/test/sslapitest.c
13594
libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/sslapitest.c
8393
OSSL_LIB_CTX *tmplibctx = OSSL_LIB_CTX_new();
crypto/openssl/test/testutil/fake_random.c
168
if (!TEST_ptr(*provctx = OSSL_LIB_CTX_new()))
crypto/openssl/test/testutil/provider.c
23
if ((new_libctx = *libctx = OSSL_LIB_CTX_new()) == NULL) {
crypto/openssl/test/threadpool_test.c
104
OSSL_LIB_CTX *cust_ctx = OSSL_LIB_CTX_new();
crypto/openssl/test/upcallstest.c
96
OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new();
crypto/openssl/test/user_property_test.c
93
if (!TEST_ptr(libctx = OSSL_LIB_CTX_new())