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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |