Searched refs:packet_hook (Results 1 – 1 of 1) sorted by relevance
48 packet_hook(struct ssh *ssh, struct sshbuf *packet, u_char *typep, void *_ctx) in packet_hook() function239 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()