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