Searched refs:SSH2_MSG_NEWKEYS (Results 1 – 4 of 4) sorted by relevance
94 #define SSH2_MSG_NEWKEYS 21 macro
398 if ((r = sshpkt_start(ssh, SSH2_MSG_NEWKEYS)) != 0 || in kex_send_newkeys()402 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys); in kex_send_newkeys()533 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error); in kex_input_newkeys()
1316 if (type == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) { in ssh_packet_send2_wrapped()1321 if (type == SSH2_MSG_NEWKEYS) in ssh_packet_send2_wrapped()1393 if (type == SSH2_MSG_NEWKEYS) { in ssh_packet_send2()1785 if (*typep == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) { in ssh_packet_read_poll2()
162 b) After sending or receiving a SSH2_MSG_NEWKEYS message, reset the165 SSH2_MSG_NEWKEYS).178 set after the SSH2_MSG_NEWKEYS message.