Lines Matching refs:TEST_ptr

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