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

/freebsd-13-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c239 ssh_packet_set_input_hook(client, packet_hook, &hook_ctx);
240 ssh_packet_set_input_hook(server, packet_hook, &hook_ctx);
241 ssh_packet_set_input_hook(server2, packet_hook, &hook_ctx);
/freebsd-13-stable/crypto/openssh/
H A Dpacket.h103 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
H A Dssh_namespace.h616 #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) function

Completed in 201 milliseconds