type golang.org/x/crypto/ssh.kexDHReplyMsg

4 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L125: 	var kexDHReply kexDHReplyMsg
		kex.go#L201: 	kexDHReply := kexDHReplyMsg{
		messages.go#L94: type kexDHReplyMsg struct {
		messages.go#L790: 		msg = new(kexDHReplyMsg)