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 D | kexfuzz.c | 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()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | packet.h | 103 void ssh_packet_set_input_hook(struct ssh *, ssh_packet_hook_fn *, void *);
|
| H A D | ssh_namespace.h | 611 #define ssh_packet_set_input_hook Fssh_ssh_packet_set_input_hook macro
|
| H A D | packet.c | 267 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook() function
|