Lines Matching refs:TEST_ptr
57 if (!TEST_ptr(fixture = OPENSSL_zalloc(sizeof(*fixture))))
63 || !TEST_ptr(fixture->cmp_ctx = OSSL_CMP_CTX_new(libctx, NULL))
159 || !TEST_ptr(fixture->msg = load_pkimsg(ip_waiting_f, libctx))) {
195 || !TEST_ptr(fixture->msg = load_pkimsg(ip_waiting_f, libctx))) {
224 || !TEST_ptr(fixture->msg = load_pkimsg(ir_protected_f, libctx))
255 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_f, libctx))
294 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_0_extracerts, libctx))
308 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_0_extracerts, libctx))
322 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_2_extracerts, libctx))
337 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_0_extracerts, libctx))) {
350 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_protected_f, libctx))
375 if (!TEST_ptr(fixture->msg = load_pkimsg(ir_unprotected_f, libctx))) {
606 if (!TEST_ptr(server_f = test_get_argument(0))
607 || !TEST_ptr(client_f = test_get_argument(1))
608 || !TEST_ptr(endentity1_f = test_get_argument(2))
609 || !TEST_ptr(endentity2_f = test_get_argument(3))
610 || !TEST_ptr(root_f = test_get_argument(4))
611 || !TEST_ptr(intermediate_f = test_get_argument(5))
612 || !TEST_ptr(ir_protected_f = test_get_argument(6))
613 || !TEST_ptr(ir_unprotected_f = test_get_argument(7))
614 || !TEST_ptr(ip_waiting_f = test_get_argument(8))
615 || !TEST_ptr(ir_rmprotection_f = test_get_argument(9))
616 || !TEST_ptr(instacert_f = test_get_argument(10))
617 || !TEST_ptr(instaca_f = test_get_argument(11))
618 || !TEST_ptr(ir_protected_0_extracerts = test_get_argument(12))
619 || !TEST_ptr(ir_protected_2_extracerts = test_get_argument(13))) {
628 if (!TEST_ptr(endentity1 = load_cert_pem(endentity1_f, libctx))
629 || !TEST_ptr(endentity2 = load_cert_pem(endentity2_f, libctx))
630 || !TEST_ptr(root = load_cert_pem(root_f, NULL))
631 || !TEST_ptr(intermediate = load_cert_pem(intermediate_f, libctx)))
634 if (!TEST_ptr(insta_cert = load_cert_pem(instacert_f, libctx))
635 || !TEST_ptr(instaca_cert = load_cert_pem(instaca_f, libctx)))
639 if (!TEST_ptr(srvcert = load_cert_pem(server_f, libctx))
640 || !TEST_ptr(clcert = load_cert_pem(client_f, libctx)))
644 if (!TEST_ptr(ir_unprotected = load_pkimsg(ir_unprotected_f, libctx))
645 || !TEST_ptr(ir_rmprotection = load_pkimsg(ir_rmprotection_f, libctx)))