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

/freebsd-10.3-release/crypto/openssh/
H A Dssh2.h93 #define SSH2_MSG_KEXDH_REPLY 31 macro
H A Dkexdhc.c88 debug("expecting SSH2_MSG_KEXDH_REPLY");
89 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_REPLY, &input_kex_dh);
H A Dkexdhs.c191 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXDH_REPLY)) != 0 ||

Completed in 101 milliseconds