Home
last modified time | relevance | path

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

/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c48 packet_hook(struct ssh *ssh, struct sshbuf *packet, u_char *typep, void *_ctx) in packet_hook() function
239 ssh_packet_set_input_hook(client, packet_hook, &hook_ctx); in do_kex_with_key()
240 ssh_packet_set_input_hook(server, packet_hook, &hook_ctx); in do_kex_with_key()
241 ssh_packet_set_input_hook(server2, packet_hook, &hook_ctx); in do_kex_with_key()