golang.org/x/crypto/ssh.handshakeTransport.sentInitMsg (field)
6 uses
golang.org/x/crypto/ssh (current package)
handshake.go#L64: sentInitMsg *kexInitMsg
handshake.go#L306: t.sentInitMsg = nil
handshake.go#L439: if t.sentInitMsg != nil {
handshake.go#L476: t.sentInitMsg = msg
handshake.go#L496: if t.sentInitMsg != nil {
handshake.go#L545: serverInit := t.sentInitMsg
![]() |
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. |