golang.org/x/crypto/ssh.connectionState.pendingKeyChange (field)
7 uses
golang.org/x/crypto/ssh (current package)
transport.go#L73: pendingKeyChange chan packetCipher
transport.go#L84: t.reader.pendingKeyChange <- ciph
transport.go#L90: t.writer.pendingKeyChange <- ciph
transport.go#L140: case cipher := <-s.pendingKeyChange:
transport.go#L188: case cipher := <-s.pendingKeyChange:
transport.go#L204: pendingKeyChange: make(chan packetCipher, 1),
transport.go#L208: pendingKeyChange: make(chan packetCipher, 1),
![]() |
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. |