Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h92 #define SSH2_MSG_NEWKEYS 21 macro
Dkex.c458 if ((r = sshpkt_start(ssh, SSH2_MSG_NEWKEYS)) != 0 || in kex_send_newkeys()
462 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys); in kex_send_newkeys()
515 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error); in kex_input_newkeys()
Dpacket.c1215 if (type == SSH2_MSG_NEWKEYS) in ssh_packet_send2_wrapped()
1287 if (type == SSH2_MSG_NEWKEYS) { in ssh_packet_send2()