Home
last modified time | relevance | path

Searched refs:testctx (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dpkcs12_format_test.c26 static OSSL_LIB_CTX *testctx = NULL; variable
827 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c2063 int testctx; in test_set_sigalgs() local
2069 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()