Searched refs:SSH2_MSG_NEWKEYS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h92 #define SSH2_MSG_NEWKEYS 21 macro
H A Dkex.c426 if ((r = sshpkt_start(ssh, SSH2_MSG_NEWKEYS)) != 0 ||
429 debug("SSH2_MSG_NEWKEYS sent");
430 debug("expecting SSH2_MSG_NEWKEYS");
431 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys);
482 debug("SSH2_MSG_NEWKEYS received");
483 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error);
H A Dpacket.c1176 if (type == SSH2_MSG_NEWKEYS)
1248 if (type == SSH2_MSG_NEWKEYS) {

Completed in 67 milliseconds