Home
last modified time | relevance | path

Searched defs:test_fixture (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcmp_status_test.c14 typedef struct test_fixture { struct
15 const char *test_case_name;
16 int pkistatus;
17 const char *str; /* Not freed by tear_down */
18 const char *text; /* Not freed by tear_down */
19 int pkifailure;
H A Dcmp_asn_test.c16 typedef struct test_fixture { struct
17 const char *test_case_name;
18 int expected;
19 ASN1_OCTET_STRING *src_string;
20 ASN1_OCTET_STRING *tgt_string;
H A Dcmp_protect_test.c19 typedef struct test_fixture { struct
20 const char *test_case_name;
21 OSSL_CMP_CTX *cmp_ctx;
23 OSSL_CMP_MSG *msg;
24 OSSL_CMP_PKISI *si; /* for error and response messages */
25 EVP_PKEY *pubkey;
26 unsigned char *mem;
27 int memlen;
28 X509 *cert;
31 int with_ss;
[all …]
H A Dcmp_server_test.c14 typedef struct test_fixture { struct
15 const char *test_case_name;
16 int expected;
17 OSSL_CMP_SRV_CTX *srv_ctx;
18 OSSL_CMP_MSG *req;
H A Dcmp_msg_test.c18 typedef struct test_fixture { struct
19 const char *test_case_name;
20 OSSL_CMP_CTX *cmp_ctx;
22 int bodytype;
23 int err_code;
25 int fail_info;
27 OSSL_CMP_MSG *msg;
28 int expected;
30 OSSL_CMP_PKISI *si;
H A Dcmp_vfy_test.c30 typedef struct test_fixture { struct
31 const char *test_case_name;
32 int expected;
33 OSSL_CMP_CTX *cmp_ctx;
34 OSSL_CMP_MSG *msg;
35 X509 *cert;
36 ossl_cmp_allow_unprotected_cb_t allow_unprotected_cb;
37 int additional_arg;
H A Dcmp_hdr_test.c16 typedef struct test_fixture { struct
17 const char *test_case_name;
18 int expected;
19 OSSL_CMP_CTX *cmp_ctx;
20 OSSL_CMP_PKIHEADER *hdr;
H A Dcmp_client_test.c22 typedef struct test_fixture { struct
23 const char *test_case_name;
24 OSSL_CMP_CTX *cmp_ctx;
25 OSSL_CMP_SRV_CTX *srv_ctx;
26 int req_type;
27 int expected;
H A Dcmp_ctx_test.c16 typedef struct test_fixture { struct
17 const char *test_case_name;
18 OSSL_CMP_CTX *ctx;
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-encoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-packet_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-block_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-insn_decoder.c37 struct test_fixture { struct
48 struct ptunit_result (*init)(struct test_fixture *tfix); argument
49 struct ptunit_result (*fini)(struct test_fixture *tfix); argument
H A Dptunit-msec_cache.c162 struct test_fixture { struct
173 struct ptunit_result (*init)(struct test_fixture *); argument
174 struct ptunit_result (*fini)(struct test_fixture *); argument
/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c93 struct test_fixture { struct
104 typedef struct test_fixture test_fixture_t; argument
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2220 #define GTEST_TEST_F(test_fixture, test_name) \ argument
2224 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument