Home
last modified time | relevance | path

Searched refs:OSSL_LIB_CTX_new (Results 1 – 25 of 42) sorted by relevance

12

/openssl-master/test/
A Dprovider_test.c162 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider()
181 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_builtin_provider_with_child()
209 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_loaded_provider()
A Dcontext_internal_test.c65 TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_app_context()
80 OSSL_LIB_CTX *local = OSSL_LIB_CTX_new(); in test_set0_default()
A Dprov_config_test.c21 OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new(); in test_double_config()
A Dprovider_fallback_test.c41 ok = TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_explicit_provider()
A Dprovider_pkey_test.c120 libctx = OSSL_LIB_CTX_new(); in setup_tests()
A Dupcallstest.c85 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in obj_create_test()
A Dkeymgmt_internal_test.c52 || !TEST_ptr(fixture->ctx1 = OSSL_LIB_CTX_new()) in set_up()
55 || !TEST_ptr(fixture->ctx2 = OSSL_LIB_CTX_new()) in set_up()
A Duser_property_test.c93 if (!TEST_ptr(libctx = OSSL_LIB_CTX_new()) in test_default_props_and_providers()
A Dasynctest.c48 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in change_deflt_libctx()
347 OSSL_LIB_CTX *libctx = OSSL_LIB_CTX_new(); in test_ASYNC_start_job_ex()
A Dprovider_internal_test.c107 if (!TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_cache_flushes()
A Dfake_rsaprov.c213 if (!TEST_ptr(*provctx = OSSL_LIB_CTX_new())) in fake_rsa_provider_init()
A Dossl_store_test.c166 && TEST_ptr(libctx = OSSL_LIB_CTX_new()) in test_store_attach_unregistered_scheme()
/openssl-master/apps/lib/
A Dapp_libctx.c42 app_libctx = OSSL_LIB_CTX_new(); in app_create_libctx()
/openssl-master/doc/man3/
A DOSSL_LIB_CTX.pod5 OSSL_LIB_CTX, OSSL_LIB_CTX_new, OSSL_LIB_CTX_new_from_dispatch,
16 OSSL_LIB_CTX *OSSL_LIB_CTX_new(void);
38 OSSL_LIB_CTX_new() creates a new OpenSSL library context.
115 OSSL_LIB_CTX_new(), OSSL_LIB_CTX_get0_global_default() and
/openssl-master/test/testutil/
A Dprovider.c21 if ((new_libctx = *libctx = OSSL_LIB_CTX_new()) == NULL) { in test_get_libctx()
/openssl-master/demos/kdf/
A Dhkdf.c53 library_context = OSSL_LIB_CTX_new(); in main()
A Dpbkdf2.c67 library_context = OSSL_LIB_CTX_new(); in main()
A Dscrypt.c69 library_context = OSSL_LIB_CTX_new(); in main()
/openssl-master/demos/digest/
A DBIO_f_md.c55 library_context = OSSL_LIB_CTX_new(); in main()
A DEVP_MD_demo.c90 library_context = OSSL_LIB_CTX_new(); in demonstrate_digest()
A DEVP_MD_stdin.c46 library_context = OSSL_LIB_CTX_new(); in demonstrate_digest()
/openssl-master/demos/mac/
A Dgmac.c68 library_context = OSSL_LIB_CTX_new(); in main()
/openssl-master/crypto/
A Dcontext.c187 OSSL_LIB_CTX *OSSL_LIB_CTX_new(void) in OSSL_LIB_CTX_new() function
202 OSSL_LIB_CTX *ctx = OSSL_LIB_CTX_new(); in OSSL_LIB_CTX_new_from_dispatch()
/openssl-master/fuzz/
A Dfuzz_rand.c148 *provctx = OSSL_LIB_CTX_new(); in fuzz_rand_provider_init()
/openssl-master/demos/signature/
A DEVP_Signature_demo.c213 libctx = OSSL_LIB_CTX_new(); in main()

Completed in 25 milliseconds

12