func golang.org/x/crypto/ssh.writeString

21 uses

	golang.org/x/crypto/ssh (current package)
		kex.go#L69: 	writeString(w, m.clientVersion)
		kex.go#L70: 	writeString(w, m.serverVersion)
		kex.go#L71: 	writeString(w, m.clientKexInit)
		kex.go#L72: 	writeString(w, m.serverKexInit)
		kex.go#L137: 	writeString(h, kexDHReply.HostKey)
		kex.go#L184: 	writeString(h, hostKeyBytes)
		kex.go#L259: 	writeString(h, reply.HostKey)
		kex.go#L260: 	writeString(h, kexInit.ClientPubKey)
		kex.go#L261: 	writeString(h, reply.EphemeralPubKey)
		kex.go#L350: 	writeString(h, hostKeyBytes)
		kex.go#L351: 	writeString(h, kexECDHInit.ClientPubKey)
		kex.go#L352: 	writeString(h, serializedEphKey)
		kex.go#L471: 	writeString(h, reply.HostKey)
		kex.go#L472: 	writeString(h, kp.pub[:])
		kex.go#L473: 	writeString(h, reply.EphemeralPubKey)
		kex.go#L519: 	writeString(h, hostKeyBytes)
		kex.go#L520: 	writeString(h, kexInit.ClientPubKey)
		kex.go#L521: 	writeString(h, kp.pub[:])
		kex.go#L649: 	writeString(h, kexDHGexReply.HostKey)
		kex.go#L744: 	writeString(h, hostKeyBytes)
		messages.go#L749: func writeString(w io.Writer, s []byte) {