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

/openbsd-current/usr.bin/ssh/
H A Dssh2.h94 #define SSH2_MSG_NEWKEYS 21 macro
H A Dkex.c393 if ((r = sshpkt_start(ssh, SSH2_MSG_NEWKEYS)) != 0 ||
396 debug("SSH2_MSG_NEWKEYS sent");
397 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys);
400 debug("expecting SSH2_MSG_NEWKEYS");
525 debug("SSH2_MSG_NEWKEYS received");
528 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error);
H A Dpacket.c1292 if (type == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {
1297 if (type == SSH2_MSG_NEWKEYS)
1369 if (type == SSH2_MSG_NEWKEYS) {
1760 if (*typep == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {

Completed in 146 milliseconds