Searched refs:ssh_packet_set_state (Results 1 – 5 of 5) sorted by relevance
140 ASSERT_INT_EQ(ssh_packet_set_state(server2, state), 0); in do_kex_with_key()
160 int ssh_packet_set_state(struct ssh *, struct sshbuf *);
660 #define ssh_packet_set_state Fssh_ssh_packet_set_state macro
1708 if ((r = ssh_packet_set_state(ssh, child_state)) != 0) in monitor_apply_keystate()
2401 ssh_packet_set_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_set_state() function