Searched refs:SSH2_MSG_KEXINIT (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dkexgex.c65 /* kexinit messages: fake header: len+SSH2_MSG_KEXINIT */
67 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
70 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
H A Dssh2.h93 #define SSH2_MSG_KEXINIT 20 macro
H A Dkexgen.c66 /* 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 ||
H A Dkex.c529 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
593 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXINIT)) != 0 ||
599 debug("SSH2_MSG_KEXINIT sent");
613 debug("SSH2_MSG_KEXINIT received");
618 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_protocol_error);
750 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dssh_api.c276 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX &&
H A Dserverloop.c884 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dpacket.c1362 if (type == SSH2_MSG_KEXINIT)
H A Dclientloop.c2795 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);

Completed in 216 milliseconds