type golang.org/x/crypto/ssh.cbcCipher

5 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L412: type cbcCipher struct {
		cipher.go#L429: 	cbc := &cbcCipher{
		cipher.go#L488: func (c *cbcCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
		cipher.go#L502: func (c *cbcCipher) readCipherPacketLeaky(seqNum uint32, r io.Reader) ([]byte, error) {
		cipher.go#L578: func (c *cbcCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {