Home
last modified time | relevance | path

Searched refs:hook_ctx (Results 1 – 1 of 1) sorted by relevance

/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c39 struct hook_ctx { struct
50 struct hook_ctx *ctx = (struct hook_ctx *)_ctx; in packet_hook() argument
209 struct hook_ctx hook_ctx; in do_kex_with_key() local
230 hook_ctx.c2s = c2s; in do_kex_with_key()
231 hook_ctx.s2c = s2c; in do_kex_with_key()
232 hook_ctx.trigger_direction = direction; in do_kex_with_key()
233 hook_ctx.packet_index = packet_index; in do_kex_with_key()
234 hook_ctx.dump_path = dump_path; in do_kex_with_key()
235 hook_ctx.replace_data = replace_data; in do_kex_with_key()
236 hook_ctx.client = client; in do_kex_with_key()
[all …]