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

  /external/dropbear/
ssh.h 35 #define SSH_MSG_KEXINIT 20
cli-session.c 55 {SSH_MSG_KEXINIT, recv_msg_kexinit},
144 if (ses.lastpacket == SSH_MSG_KEXINIT && cli_ses.kex_state == KEX_NOTHING) {
svr-session.c 52 {SSH_MSG_KEXINIT, recv_msg_kexinit},
common-session.c 82 ses.requirenext = SSH_MSG_KEXINIT;
common-kex.c 69 buf_putbyte(ses.writepayload, SSH_MSG_KEXINIT);
433 /* I_C, the payload of the client's SSH_MSG_KEXINIT */
436 /* I_S, the payload of the server's SSH_MSG_KEXINIT */
451 /* I_C, the payload of the client's SSH_MSG_KEXINIT */
455 /* I_S, the payload of the server's SSH_MSG_KEXINIT */

Completed in 150 milliseconds