/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | test-rw.c | 44 struct testcase { struct 52 } testcases[] = { argument
|
H A D | test-ldap.c | 47 struct testcase { struct 54 static const struct testcase testcases[] = { argument
|
H A D | test-utf8.c | 75 struct testcase { struct 82 static const struct testcase testcases[] = { argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_pknistkdf.c | 43 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 D | parse-name-test.c | 40 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 D | derived-key-test.c | 40 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 D | pseudo-random-test.c | 40 static struct testcase { struct 63 struct testcase *t; in main() argument
|
H A D | string-to-key-test.c | 40 static struct testcase { struct 41 const char *principal_name; 42 const char *password; 43 krb5_enctype enctype; 44 unsigned char res[MAXSIZE];
|
H A D | n-fold-test.c | 39 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 D | parse_bytes-test.c | 41 static struct testcase { struct 42 int canonicalp; 43 int val; 44 const char *def_unit; 45 const char *str;
|
H A D | parse_time-test.c | 43 static struct testcase { struct 44 size_t size; 45 int val; 46 char *str;
|
H A D | strpftime-test.c | 43 static struct testcase { struct 44 time_t t; 45 struct { 48 } vals[MAXSIZE];
|
H A D | parse_reply-test.c | 52 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 D | login_sender_match.c | 244 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 D | dict_stream.c | 157 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 D | mystrtok.c | 256 struct testcase { struct 261 static const struct testcase testcases[] = { argument
|
H A D | hash_fnv.c | 170 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 D | t_sha512trunc.c | 40 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 D | aes_test.c |
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_main.c | 244 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 D | tinytest.c | 108 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 D | t_scalbn.c | 45 struct testcase { struct 52 struct testcase test_vals[] = { argument
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cds/ |
H A D | tests.sh | 32 testcase() { function
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | private_test.c | 84 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 D | ocspapitest.c | 153 static int test_access_description(int testcase) in test_access_description()
|