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

/freebsd-13-stable/crypto/openssh/
H A Dkexdh.c68 /* kexinit messages: fake header: len+SSH2_MSG_KEXINIT */
70 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
73 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
H A Dssh2.h91 #define SSH2_MSG_KEXINIT 20 macro
H A Dkexecdh.c72 /* 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 ||
H A Dkexgex.c71 /* kexinit messages: fake header: len+SSH2_MSG_KEXINIT */
73 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
76 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 ||
H A Dkexc25519.c106 /* 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 ||
H A Dkex.c484 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
518 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXINIT)) != 0 ||
522 debug("SSH2_MSG_KEXINIT sent");
537 debug("SSH2_MSG_KEXINIT received");
541 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, NULL);
598 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dserverloop.c920 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dssh_api.c257 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX &&
H A Dclientloop.c2326 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dpacket.c1241 if (type == SSH2_MSG_KEXINIT)

Completed in 246 milliseconds