Lines Matching refs:TEST_ptr
131 if (!TEST_ptr(v2) in test_distinguishing_id()
170 if (!TEST_ptr(v2) in test_req_distinguishing_id()
235 if (!TEST_ptr(eecert) in do_test_purpose()
236 || !TEST_ptr(untrcert) in do_test_purpose()
237 || !TEST_ptr(trcert) in do_test_purpose()
238 || !TEST_ptr(trusted) in do_test_purpose()
239 || !TEST_ptr(untrusted) in do_test_purpose()
240 || !TEST_ptr(ctx)) in do_test_purpose()
302 if (!TEST_ptr(certs_dir = test_get_argument(0))) in setup_tests()
305 if (!TEST_ptr(root_f = test_mk_file_path(certs_dir, "rootCA.pem")) in setup_tests()
306 || !TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem")) in setup_tests()
307 || !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem")) in setup_tests()
308 || !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem")) in setup_tests()
309 || !TEST_ptr(req_f = test_mk_file_path(certs_dir, "sm2-csr.pem")) in setup_tests()
310 || !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem")) in setup_tests()
311 || !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem")) in setup_tests()
312 || !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem"))) in setup_tests()