Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-rw.c44 struct testcase { struct
52 } testcases[] = { argument
H A Dtest-ldap.c47 struct testcase { struct
54 static const struct testcase testcases[] = { argument
H A Dtest-utf8.c75 struct testcase { struct
82 static const struct testcase testcases[] = { argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_pknistkdf.c43 struct testcase { struct
44 const heim_oid *oid;
45 krb5_data Z;
46 const char *client;
47 const char *server;
48 krb5_enctype enctype;
49 krb5_data as_req;
50 krb5_data pk_as_rep;
51 krb5_data ticket;
53 krb5_data key;
H A Dparse-name-test.c40 static struct testcase { struct
41 const char *input_string;
42 const char *output_string;
43 krb5_realm realm;
44 unsigned ncomponents;
45 char *comp_val[MAX_COMPONENTS];
69 struct testcase *t; in main() argument
H A Dderived-key-test.c40 static struct testcase { struct
41 krb5_enctype enctype;
42 unsigned char constant[MAXSIZE];
43 size_t constant_len;
44 unsigned char key[MAXSIZE];
45 unsigned char res[MAXSIZE];
H A Dpseudo-random-test.c40 static struct testcase { struct
63 struct testcase *t; in main() argument
H A Dstring-to-key-test.c40 static struct testcase { struct
41 const char *principal_name;
42 const char *password;
43 krb5_enctype enctype;
44 unsigned char res[MAXSIZE];
H A Dn-fold-test.c39 static struct testcase { struct
40 const char *str;
41 unsigned n;
42 unsigned char res[MAXSIZE];
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dparse_bytes-test.c41 static struct testcase { struct
42 int canonicalp;
43 int val;
44 const char *def_unit;
45 const char *str;
H A Dparse_time-test.c43 static struct testcase { struct
44 size_t size;
45 int val;
46 char *str;
H A Dstrpftime-test.c43 static struct testcase { struct
44 time_t t;
45 struct {
48 } vals[MAXSIZE];
H A Dparse_reply-test.c52 static struct testcase { struct
53 unsigned char buf[MAX_BUF];
54 size_t buf_len;
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dlogin_sender_match.c244 struct testcase { in main() struct
245 const char *title; in main()
246 const char *map_names; in main()
247 const char *ext_delimiters; in main()
248 const char *null_sender; in main()
249 const char *wildcard; in main()
250 const char *login_name; in main()
251 const char *sender_addr; in main()
252 int exp_return; in main()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_stream.c157 struct testcase { in main() struct
158 const char *title; in main()
159 const char *mapname; /* starts with brace */ in main()
160 const char *expect_err; /* null or message */ in main()
161 const char *expect_cont; /* null or content */ in main()
H A Dmystrtok.c256 struct testcase { struct
261 static const struct testcase testcases[] = { argument
H A Dhash_fnv.c170 struct testcase { in main() struct
171 HASH_FNV_T hval; in main()
172 const char *str; in main()
/netbsd-src/tests/crypto/libcrypto/
H A Dt_sha512trunc.c40 struct testcase { struct
47 check(const struct testcase *C, size_t n, size_t digestlen, const EVP_MD *md) in check() argument
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Daes_test.c
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_main.c244 basic_test_setup(const struct testcase_t *testcase) in basic_test_setup()
328 basic_test_cleanup(const struct testcase_t *testcase, void *ptr) in basic_test_cleanup()
371 legacy_test_setup(const struct testcase_t *testcase) in legacy_test_setup()
409 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr) in legacy_test_cleanup()
H A Dtinytest.c108 testcase_run_in_thread_(const struct testcase_t *testcase, void *env) in testcase_run_in_thread_()
155 testcase_run_bare_(const struct testcase_t *testcase) in testcase_run_bare_()
196 const struct testcase_t *testcase) in testcase_run_forked_()
314 const struct testcase_t *testcase)
375 struct testcase_t *testcase = &groups[i].cases[j]; local
528 struct testcase_t *testcase = &group->cases[j]; local
/netbsd-src/tests/lib/libm/
H A Dt_scalbn.c45 struct testcase { struct
52 struct testcase test_vals[] = { argument
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cds/
H A Dtests.sh32 testcase() { function
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dprivate_test.c84 make_signing(signing_testcase_t *testcase, dns_rdata_t *private, in make_signing() argument
100 make_nsec3(nsec3_testcase_t *testcase, dns_rdata_t *private, in make_nsec3() argument
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Docspapitest.c153 static int test_access_description(int testcase) in test_access_description()

12