Home
last modified time | relevance | path

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

/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c239 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()
/external/openssh/
Dpacket.h97 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
Dpacket.c271 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook() function