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

3 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L104: func newHandshakeTransport(conn keyingTransport, config *Config, clientVersion, serverVersion []byte) *handshakeTransport {
		handshake.go#L124: 	t := newHandshakeTransport(conn, &config.Config, clientVersion, serverVersion)
		handshake.go#L140: 	t := newHandshakeTransport(conn, &config.Config, clientVersion, serverVersion)