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

  /external/openssh/
kexdh.c 66 /* kexinit messages: fake header: len+SSH2_MSG_KEXINIT */
68 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
71 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
ssh2.h 91 #define SSH2_MSG_KEXINIT 20
kexecdh.c 72 /* kexinit messages: fake header: len+SSH2_MSG_KEXINIT */
74 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
77 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
kexgex.c 69 /* kexinit messages: fake header: len+SSH2_MSG_KEXINIT */
71 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
74 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
kexc25519.c 106 /* kexinit messages: fake header: len+SSH2_MSG_KEXINIT */
108 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) < 0 ||
111 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) < 0 ||
kex.c 433 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
467 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXINIT)) != 0 ||
471 debug("SSH2_MSG_KEXINIT sent");
487 debug("SSH2_MSG_KEXINIT received");
491 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, NULL);
548 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
serverloop.c 866 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
ssh_api.c 257 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX &&
clientloop.c     [all...]
packet.c     [all...]

Completed in 160 milliseconds