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

10 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L632: 	hostKey, err := ParsePublicKey(result.HostKey)
		kex.go#L46: 	HostKey []byte
		kex.go#L147: 		HostKey:   kexDHReply.HostKey,
		kex.go#L212: 		HostKey:   hostKeyBytes,
		kex.go#L269: 		HostKey:   reply.HostKey,
		kex.go#L381: 		HostKey:   reply.HostKey,
		kex.go#L483: 		HostKey:   reply.HostKey,
		kex.go#L546: 		HostKey:   hostKeyBytes,
		kex.go#L664: 		HostKey:   kexDHGexReply.HostKey,
		kex.go#L778: 		HostKey:   hostKeyBytes,