Symbol: shared_state
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
123
store_key(struct shared_state *st, struct sshkey *pubkey,
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
144
prepare_keys(struct shared_state *st)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
156
get_pubkey(struct shared_state *st, int keytype)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
165
get_privkey(struct shared_state *st, int keytype)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
174
do_kex_with_key(struct shared_state *st, struct test_state *ts,
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
252
prepare_key(struct shared_state *st, int kt, int bits)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
27
static int prepare_key(struct shared_state *st, int keytype, int bits);
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
301
prepare_key(struct shared_state *st, int keytype, int bits)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
321
static struct shared_state *st;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
339
st = (struct shared_state *)xcalloc(1, sizeof(*st));
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
394
do_kex(struct shared_state *st, struct test_state *ts, const char *kex)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
402
kex_tests(struct shared_state *st, struct test_state *ts)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
413
static struct shared_state *st;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
424
st = (struct shared_state *)xcalloc(1, sizeof(*st));
tests/sys/vm/shared_shadow_inval_test.c
126
static void child(struct shared_state *ss, int depth);
tests/sys/vm/shared_shadow_inval_test.c
129
child_fork(struct shared_state *ss, int depth)
tests/sys/vm/shared_shadow_inval_test.c
140
child_fault(struct shared_state *ss)
tests/sys/vm/shared_shadow_inval_test.c
149
child_write(struct shared_state *ss, int val, size_t len)
tests/sys/vm/shared_shadow_inval_test.c
159
child_wait_p3_write(struct shared_state *ss)
tests/sys/vm/shared_shadow_inval_test.c
170
child_verify(struct shared_state *ss, int depth, int newval, int oldval)
tests/sys/vm/shared_shadow_inval_test.c
186
child(struct shared_state *ss, int depth)
tests/sys/vm/shared_shadow_inval_test.c
316
struct shared_state *ss;