Lines Matching refs:testctx
24 static OSSL_LIB_CTX *testctx = NULL; variable
41 p12 = PKCS12_init_ex(NID_pkcs7_data, testctx, "provider=default"); in PKCS12_load()
79 if (!TEST_ptr(p12new = PKCS12_init_ex(NID_pkcs7_data, testctx, "provider=default"))) in changepass()
176 testctx, NULL, in pkcs12_create_ex2_test()
190 testctx, NULL, in pkcs12_create_ex2_test()
201 testctx, NULL, in pkcs12_create_ex2_test()
212 testctx, NULL, in pkcs12_create_ex2_test()
286 if (!test_get_libctx(&testctx, &nullprov, NULL, NULL, NULL)) { in setup_tests()
287 OSSL_LIB_CTX_free(testctx); in setup_tests()
288 testctx = NULL; in setup_tests()
300 OSSL_LIB_CTX_free(testctx); in cleanup_tests()