Searched refs:testctx (Results 1 – 2 of 2) sorted by relevance
26 static OSSL_LIB_CTX *testctx = NULL; variable827 p12_parsed = PKCS12_init_ex(NID_pkcs7_data, testctx, NULL); in pkcs12_recreate_test()903 testctx = OSSL_LIB_CTX_new(); in setup_tests()904 if (!TEST_ptr(testctx)) in setup_tests()911 deflprov = OSSL_PROVIDER_load(testctx, "default"); in setup_tests()914 lgcyprov = OSSL_PROVIDER_load(testctx, "legacy"); in setup_tests()916 PKCS12_helper_set_libctx(testctx); in setup_tests()960 OSSL_LIB_CTX_free(testctx); in cleanup_tests()
2063 int testctx; in test_set_sigalgs() local2069 testctx = ((size_t)idx < OSSL_NELEM(testsigalgs)); in test_set_sigalgs()2070 curr = testctx ? &testsigalgs[idx] in test_set_sigalgs()2084 if (testctx) { in test_set_sigalgs()2109 if (!testctx) { in test_set_sigalgs()