Searched refs:blockSize (Results 1 – 1 of 1) sorted by relevance
61 int blockSize = Math.max(c.getBlockSize(), 1); in CipherInputStream() local62 int bufferSize = Math.max(blockSize, in CipherInputStream()63 BufferedInputStream.DEFAULT_BUFFER_SIZE / blockSize * blockSize); in CipherInputStream()65 outputBuffer = new byte[bufferSize + ((blockSize > 1) ? 2 * blockSize : 0)]; in CipherInputStream()