HomeSort by: relevance | last modified time | path
    Searched defs:CMP_VFY_TEST_FIXTURE (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
cmp_vfy_test.c 38 } CMP_VFY_TEST_FIXTURE;
43 static void tear_down(CMP_VFY_TEST_FIXTURE *fixture)
52 static CMP_VFY_TEST_FIXTURE *set_up(const char *const test_case_name)
55 CMP_VFY_TEST_FIXTURE *fixture;
100 static int execute_verify_popo_test(CMP_VFY_TEST_FIXTURE *fixture)
118 SETUP_TEST_FIXTURE(CMP_VFY_TEST_FIXTURE, set_up);
127 SETUP_TEST_FIXTURE(CMP_VFY_TEST_FIXTURE, set_up);
135 static int execute_validate_msg_test(CMP_VFY_TEST_FIXTURE *fixture)
145 static int execute_validate_cert_path_test(CMP_VFY_TEST_FIXTURE *fixture)
158 SETUP_TEST_FIXTURE(CMP_VFY_TEST_FIXTURE, set_up)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
cmp_vfy_test.c 38 } CMP_VFY_TEST_FIXTURE;
43 static void tear_down(CMP_VFY_TEST_FIXTURE *fixture)
52 static CMP_VFY_TEST_FIXTURE *set_up(const char *const test_case_name)
55 CMP_VFY_TEST_FIXTURE *fixture;
100 static int execute_verify_popo_test(CMP_VFY_TEST_FIXTURE *fixture)
117 SETUP_TEST_FIXTURE(CMP_VFY_TEST_FIXTURE, set_up);
126 SETUP_TEST_FIXTURE(CMP_VFY_TEST_FIXTURE, set_up);
133 static int execute_validate_msg_test(CMP_VFY_TEST_FIXTURE *fixture)
140 static int execute_validate_cert_path_test(CMP_VFY_TEST_FIXTURE *fixture)
153 SETUP_TEST_FIXTURE(CMP_VFY_TEST_FIXTURE, set_up)
    [all...]

Completed in 32 milliseconds