HomeSort by relevance Sort by last modified time
    Searched refs:SSH_MSG_NEWKEYS (Results 1 - 6 of 6) sorted by null

  /external/dropbear/
ssh.h 36 #define SSH_MSG_NEWKEYS 21
svr-kex.c 64 ses.requirenext = SSH_MSG_NEWKEYS;
svr-session.c 54 {SSH_MSG_NEWKEYS, recv_msg_newkeys},
cli-session.c 57 {SSH_MSG_NEWKEYS, recv_msg_newkeys},
cli-kex.c 111 ses.requirenext = SSH_MSG_NEWKEYS;
common-kex.c 136 buf_putbyte(ses.writepayload, SSH_MSG_NEWKEYS);
163 /* simply check if we've sent SSH_MSG_NEWKEYS, and if so,

Completed in 61 milliseconds