Symbol: test_get_libctx
crypto/openssl/test/acvp_test.c
1725
if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL))
crypto/openssl/test/decoder_propq_test.c
107
if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name))
crypto/openssl/test/endecode_test.c
1426
if (!test_get_libctx(NULL, NULL, config_file, &deflprov, prov_name))
crypto/openssl/test/endecode_test.c
1429
if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name))
crypto/openssl/test/evp_extra_test.c
6831
if (!test_get_libctx(&testctx, &nullprov, config_file, NULL, NULL))
crypto/openssl/test/evp_extra_test2.c
3478
if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) {
crypto/openssl/test/evp_libctx_test.c
955
if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name))
crypto/openssl/test/evp_pkey_dhkem_test.c
813
if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name))
crypto/openssl/test/evp_test.c
5433
if (!test_get_libctx(&libctx, &prov_null, config_file, &libprov, provider_name))
crypto/openssl/test/fips_version_test.c
63
if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL))
crypto/openssl/test/hpke_test.c
2077
if (!test_get_libctx(&testctx, &nullprov, NULL, &deflprov, "default"))
crypto/openssl/test/ml_dsa_test.c
581
if (!test_get_libctx(&lib_ctx, &null_prov, config_file, &lib_prov, NULL))
crypto/openssl/test/pkcs12_api_test.c
315
if (!test_get_libctx(&testctx, &nullprov, NULL, NULL, NULL)) {
crypto/openssl/test/rand_test.c
228
if (!test_get_libctx(&ctx, NULL, NULL, NULL, NULL)
crypto/openssl/test/rand_test.c
82
if (!test_get_libctx(&ctx, NULL, NULL, NULL, NULL))
crypto/openssl/test/rsa_x931_test.c
37
if (!test_get_libctx(&libctx, &prov_null, NULL, NULL, NULL))
crypto/openssl/test/slh_dsa_test.c
661
if (!test_get_libctx(&lib_ctx, &null_prov, config_file, &lib_prov, NULL))
crypto/openssl/test/ssl_old_test.c
1385
&& !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider))
crypto/openssl/test/testutil.h
215
int test_get_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov,
crypto/openssl/test/testutil/provider.c
64
return test_get_libctx(libctx, default_null_prov,
crypto/openssl/test/threadstest.c
784
if (libctx && !TEST_true(test_get_libctx(&multi_libctx, NULL, config_file, NULL, NULL)))