Lines Matching refs:CMP_MSG_TEST_FIXTURE
31 } CMP_MSG_TEST_FIXTURE; typedef
38 static void tear_down(CMP_MSG_TEST_FIXTURE *fixture) in tear_down()
48 static CMP_MSG_TEST_FIXTURE *set_up(const char *const test_case_name) in set_up()
50 CMP_MSG_TEST_FIXTURE *fixture; in set_up()
88 static int execute_certreq_create_test(CMP_MSG_TEST_FIXTURE *fixture) in execute_certreq_create_test()
95 static int execute_errormsg_create_test(CMP_MSG_TEST_FIXTURE *fixture) in execute_errormsg_create_test()
102 static int execute_rr_create_test(CMP_MSG_TEST_FIXTURE *fixture) in execute_rr_create_test()
107 static int execute_certconf_create_test(CMP_MSG_TEST_FIXTURE *fixture) in execute_certconf_create_test()
114 static int execute_genm_create_test(CMP_MSG_TEST_FIXTURE *fixture) in execute_genm_create_test()
119 static int execute_pollreq_create_test(CMP_MSG_TEST_FIXTURE *fixture) in execute_pollreq_create_test()
124 static int execute_pkimessage_create_test(CMP_MSG_TEST_FIXTURE *fixture) in execute_pkimessage_create_test()
147 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_ir_protection_set()
167 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_ir_protection_fails()
184 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_cr_without_key()
194 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_cr()
208 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_certreq_with_invalid_bodytype()
225 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_p10cr()
243 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_p10cr_null()
257 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_kur()
272 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_kur_without_oldcert()
286 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_certconf()
300 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_certconf_badAlg()
314 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_certconf_fail_info_max()
328 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_error_msg()
345 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_pollreq()
353 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_rr()
367 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_genm()
381 static int execute_certrep_create(CMP_MSG_TEST_FIXTURE *fixture) in execute_certrep_create()
421 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_certrep()
427 static int execute_rp_create(CMP_MSG_TEST_FIXTURE *fixture) in execute_rp_create()
464 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_rp()
469 static int execute_pollrep_create(CMP_MSG_TEST_FIXTURE *fixture) in execute_pollrep_create()
492 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_create_pollrep()
501 SETUP_TEST_FIXTURE(CMP_MSG_TEST_FIXTURE, set_up); in test_cmp_pkimessage_create()