Home
last modified time | relevance | path

Searched refs:SSH2_MSG_NEWKEYS (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh2.h94 #define SSH2_MSG_NEWKEYS 21 macro
H A Dkex.c398 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()
H A Dpacket.c1316 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()
H A DPROTOCOL162 b) After sending or receiving a SSH2_MSG_NEWKEYS message, reset the
165 SSH2_MSG_NEWKEYS).
178 set after the SSH2_MSG_NEWKEYS message.