golang.org/x/crypto/ssh.kexECDHReplyMsg.HostKey (field)

8 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L259: 	writeString(h, reply.HostKey)
		kex.go#L269: 		HostKey:   reply.HostKey,
		kex.go#L369: 		HostKey:         hostKeyBytes,
		kex.go#L381: 		HostKey:   reply.HostKey,
		kex.go#L471: 	writeString(h, reply.HostKey)
		kex.go#L483: 		HostKey:   reply.HostKey,
		kex.go#L537: 		HostKey:         hostKeyBytes,
		messages.go#L87: 	HostKey         []byte `sshtype:"31"`