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")