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