Searched refs:test_state (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 35 struct test_state { struct 77 run_kex(struct test_state *ts, struct ssh *client, struct ssh *server) in run_kex() 176 do_kex_with_key(struct shared_state *st, struct test_state *ts, in do_kex_with_key() 328 struct test_state *ts; in main() 351 ts = (struct test_state *)xcalloc(1, sizeof(*ts)); in main() 400 do_kex(struct shared_state *st, struct test_state *ts, const char *kex) in do_kex() 409 kex_tests(struct shared_state *st, struct test_state *ts) in kex_tests() 421 struct test_state *ts; in LLVMFuzzerTestOneInput() 438 ts = (struct test_state *)xcalloc(1, sizeof(*ts)); in LLVMFuzzerTestOneInput() 448 ts = (struct test_state *)xcalloc(1, sizeof(*ts)); in LLVMFuzzerTestOneInput()
|
| /freebsd-13.1/contrib/ofed/librdmacm/examples/ |
| H A D | rping.c | 72 enum test_state { enum 141 enum test_state state; /* used for cond/signalling */
|
| /freebsd-13.1/sys/contrib/rdma/krping/ |
| H A D | krping.c | 145 enum test_state { enum 218 enum test_state state; /* used for cond/signalling */
|