Searched refs:SSH2_MSG_KEX_DH_GEX_INIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h102 #define SSH2_MSG_KEX_DH_GEX_INIT 32 macro
H A Dkexgexc.c127 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_INIT)) != 0 ||
131 debug("SSH2_MSG_KEX_DH_GEX_INIT sent");
H A Dkexgexs.c118 debug("expecting SSH2_MSG_KEX_DH_GEX_INIT");
119 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_INIT, &input_kex_dh_gex_init);

Completed in 208 milliseconds