type golang.org/x/crypto/ssh.cbcError
8 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L484: type cbcError string
cipher.go#L486: func (e cbcError) Error() string { return string(e) }
cipher.go#L491: if _, ok := err.(cbcError); ok {
cipher.go#L519: return nil, cbcError("ssh: packet too large")
cipher.go#L524: return nil, cbcError("ssh: packet too small")
cipher.go#L529: return nil, cbcError("ssh: invalid packet length multiple")
cipher.go#L534: return nil, cbcError("ssh: invalid packet length")
cipher.go#L571: return nil, cbcError("ssh: MAC failure")
![]() |
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. |