shared_state
store_key(struct shared_state *st, struct sshkey *pubkey,
prepare_keys(struct shared_state *st)
get_pubkey(struct shared_state *st, int keytype)
get_privkey(struct shared_state *st, int keytype)
do_kex_with_key(struct shared_state *st, struct test_state *ts,
prepare_key(struct shared_state *st, int kt, int bits)
static int prepare_key(struct shared_state *st, int keytype, int bits);
prepare_key(struct shared_state *st, int keytype, int bits)
static struct shared_state *st;
st = (struct shared_state *)xcalloc(1, sizeof(*st));
do_kex(struct shared_state *st, struct test_state *ts, const char *kex)
kex_tests(struct shared_state *st, struct test_state *ts)
static struct shared_state *st;
st = (struct shared_state *)xcalloc(1, sizeof(*st));
static void child(struct shared_state *ss, int depth);
child_fork(struct shared_state *ss, int depth)
child_fault(struct shared_state *ss)
child_write(struct shared_state *ss, int val, size_t len)
child_wait_p3_write(struct shared_state *ss)
child_verify(struct shared_state *ss, int depth, int newval, int oldval)
child(struct shared_state *ss, int depth)
struct shared_state *ss;