Searched refs:test_get_libctx (Results 1 – 9 of 9) sorted by relevance
/openssl-master/test/testutil/ |
A D | provider.c | 14 int test_get_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov, in test_get_libctx() function 62 return test_get_libctx(libctx, default_null_prov, in test_arg_libctx()
|
/openssl-master/test/ |
A D | threadstest.c | 266 if (libctx && !TEST_true(test_get_libctx(&multi_libctx, NULL, config_file, in thread_setup_libctx()
|
A D | evp_extra_test2.c | 823 if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) { in setup_tests()
|
A D | endecode_test.c | 1301 if (!test_get_libctx(NULL, NULL, config_file, &deflprov, prov_name)) in setup_tests() 1304 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests()
|
A D | evp_libctx_test.c | 726 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
|
A D | testutil.h | 216 int test_get_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov,
|
A D | acvp_test.c | 1456 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests()
|
A D | ssl_old_test.c | 1351 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main()
|
A D | evp_test.c | 3813 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests()
|
Completed in 32 milliseconds