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

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h97 #define SSH2_MSG_KEXDH_REPLY 31 macro
H A Dkexdhc.c100 debug("expecting SSH2_MSG_KEXDH_REPLY");
101 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_REPLY, &input_kex_dh);
H A Dkexdhs.c199 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXDH_REPLY)) != 0 ||

Completed in 107 milliseconds