Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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.c18 typedef struct test_fixture { struct
19 const char *test_case_name;
20 OSSL_CMP_CTX *cmp_ctx;
22 OSSL_CMP_MSG *msg;
23 OSSL_CMP_PKISI *si; /* for error and response messages */
24 EVP_PKEY *pubkey;
25 unsigned char *mem;
26 int memlen;
27 X509 *cert;
30 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.c24 typedef struct test_fixture { struct
25 const char *test_case_name;
26 OSSL_CMP_CTX *cmp_ctx;
27 OSSL_CMP_SRV_CTX *srv_ctx;
28 int req_type;
29 int expected;
H A Dcmp_ctx_test.c21 typedef struct test_fixture { struct
22 const char *test_case_name;
23 OSSL_CMP_CTX *ctx;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2368 #define TEST_F(test_fixture, test_name)\ argument