Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/
H A 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()
/freebsd-12.1/crypto/openssh/
H A Dpacket.h103 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
H A Dssh_namespace.h611 #define ssh_packet_set_input_hook Fssh_ssh_packet_set_input_hook macro
H A Dpacket.c267 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook() function