| /freebsd/crypto/openssl/test/ |
| H A D | cmp_status_test.c | 14 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 D | cmp_asn_test.c | 16 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 D | cmp_protect_test.c | 19 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 D | cmp_server_test.c | 14 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 D | cmp_msg_test.c | 18 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 D | cmp_vfy_test.c | 30 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 D | cmp_hdr_test.c | 16 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 D | cmp_extracerts_dos_test.c | 51 typedef struct test_fixture { struct 52 const char *test_case_name; 53 OSSL_CMP_CTX *server_ctx; /* long-lived ctx under test, mirrors srv_ctx->ctx */
|
| H A D | cmp_client_test.c | 22 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 D | cmp_ctx_test.c | 16 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 D | ptunit-encoder.c | 37 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 D | ptunit-packet_decoder.c | 37 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 D | ptunit-block_decoder.c | 37 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 D | ptunit-insn_decoder.c | 37 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 D | ptunit-msec_cache.c | 162 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 D | netback_unit_tests.c | 93 struct test_fixture { struct 104 typedef struct test_fixture test_fixture_t; argument
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 2220 #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
|