type golang.org/x/crypto/ssh.pendingKex
5 uses
golang.org/x/crypto/ssh (current package)
handshake.go#L74: startKex chan *pendingKex
handshake.go#L99: type pendingKex struct {
handshake.go#L111: startKex: make(chan *pendingKex, 1),
handshake.go#L263: var request *pendingKex
handshake.go#L405: kex := pendingKex{
![]() |
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. |