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