golang.org/x/crypto/ssh.handshakeTransport.startKex (field)

6 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L74: 	startKex chan *pendingKex
		handshake.go#L111: 		startKex:      make(chan *pendingKex, 1),
		handshake.go#L214: 	close(t.startKex)
		handshake.go#L269: 			case request, ok = <-t.startKex:
		handshake.go#L346: 		for init := range t.startKex {
		handshake.go#L409: 	t.startKex <- &kex