golang.org/x/crypto/ssh.cbcCipher.readCipherPacketLeaky (method)

2 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L489: 	p, err := c.readCipherPacketLeaky(seqNum, r)
		cipher.go#L502: func (c *cbcCipher) readCipherPacketLeaky(seqNum uint32, r io.Reader) ([]byte, error) {