test_state
do_kex_with_key(struct shared_state *st, struct test_state *ts,
struct test_state *ts;
ts = (struct test_state *)xcalloc(1, sizeof(*ts));
do_kex(struct shared_state *st, struct test_state *ts, const char *kex)
kex_tests(struct shared_state *st, struct test_state *ts)
struct test_state *ts;
ts = (struct test_state *)xcalloc(1, sizeof(*ts));
ts = (struct test_state *)xcalloc(1, sizeof(*ts));
run_kex(struct test_state *ts, struct ssh *client, struct ssh *server)