Searched refs:ssh_packet_set_state (Results 1 – 5 of 5) sorted by relevance
139 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 *);
719 #define ssh_packet_set_state Fssh_ssh_packet_set_state macro
1723 if ((r = ssh_packet_set_state(ssh, child_state)) != 0) in monitor_apply_keystate()
2450 ssh_packet_set_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_set_state() function