Home
last modified time | relevance | path

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

123

/minix3/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/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
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
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 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 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 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/krb5/
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 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 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];
/minix3/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];
/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()
/minix3/external/bsd/bind/dist/lib/isc/tests/
H A Dhash_test.c205 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
332 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
464 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
610 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
757 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
836 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
925 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
1078 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
1241 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
1410 hash_testcase_t *testcase = testcases; in ATF_TC_BODY() local
[all …]

123