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.c237 ssh_packet_set_input_hook(client, packet_hook, &hook_ctx); in do_kex_with_key()
238 ssh_packet_set_input_hook(server, packet_hook, &hook_ctx); in do_kex_with_key()
239 ssh_packet_set_input_hook(server2, packet_hook, &hook_ctx); in do_kex_with_key()
/external/openssh/
Dpacket.h103 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
Dpacket.c275 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook() function