golang.org/x/crypto/ssh.handshakeTransport.requestKex (field)
6 uses
golang.org/x/crypto/ssh (current package)
handshake.go#L70: requestKex chan struct{}
handshake.go#L110: requestKex: make(chan struct{}, 1),
handshake.go#L119: t.requestKex <- struct{}{}
handshake.go#L242: case t.requestKex <- struct{}{}:
handshake.go#L273: case <-t.requestKex:
handshake.go#L319: case <-t.requestKex:
![]() |
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. |