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()
161 int ssh_packet_set_state(struct ssh *, struct sshbuf *);
730 #define ssh_packet_set_state Fssh_ssh_packet_set_state macro
1748 if ((r = ssh_packet_set_state(ssh, child_state)) != 0) in monitor_apply_keystate()
2549 ssh_packet_set_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_set_state() function