Lines Matching refs:TEST_ptr
31 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r"))) in get_cert_and_key()
35 if (!TEST_ptr(keybio = BIO_new_file(privkeystr, "r"))) in get_cert_and_key()
39 if (!TEST_ptr(cert) || !TEST_ptr(key)) in get_cert_and_key()
55 if (!TEST_ptr(certbio = BIO_new_file(certstr, "r"))) in get_cert()
59 if (!TEST_ptr(cert)) in get_cert()
81 if (!TEST_ptr(name) in make_dummy_resp()
82 || !TEST_ptr(key) in make_dummy_resp()
83 || !TEST_ptr(serial) in make_dummy_resp()
91 if (!TEST_ptr(bs) in make_dummy_resp()
92 || !TEST_ptr(thisupd) in make_dummy_resp()
93 || !TEST_ptr(nextupd) in make_dummy_resp()
94 || !TEST_ptr(cid) in make_dummy_resp()
126 if (!TEST_ptr(bs) in test_resp_signer()
127 || !TEST_ptr(extra_certs) in test_resp_signer()
141 if (!TEST_ptr(bs) in test_resp_signer()
162 if (!TEST_ptr(ad)) in test_access_description()
169 if (!TEST_ptr(ad->location)) in test_access_description()
177 if (!TEST_ptr(ad->location)) in test_access_description()
206 if (!TEST_ptr(ext)) in test_ocsp_url_svcloc_new()
227 if (!TEST_ptr(certstr = test_get_argument(0)) in setup_tests()
228 || !TEST_ptr(privkeystr = test_get_argument(1))) in setup_tests()