HomeSort by: relevance | last modified time | path
    Searched refs:SSH2_MSG_NEWKEYS (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh2.h 95 #define SSH2_MSG_NEWKEYS 21
kex.c 400 if ((r = sshpkt_start(ssh, SSH2_MSG_NEWKEYS)) != 0 ||
403 debug("SSH2_MSG_NEWKEYS sent");
404 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys);
407 debug("expecting SSH2_MSG_NEWKEYS");
538 debug("SSH2_MSG_NEWKEYS received");
541 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error);
packet.c 1359 if (type == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {
1364 if (type == SSH2_MSG_NEWKEYS)
1447 if (type == SSH2_MSG_NEWKEYS) {
1838 if (*typep == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {

Completed in 17 milliseconds