Searched refs:flushedBlock (Results 1 – 1 of 1) sorted by relevance
41 private final byte[] flushedBlock; field in AesFlushingCipher50 flushedBlock = new byte[blockSize]; in AesFlushingCipher()76 out[outOffset] = (byte) (in[inOffset] ^ flushedBlock[blockSize - pendingXorBytes]); in update()101 written = nonFlushingUpdate(zerosBlock, 0, pendingXorBytes, flushedBlock, 0); in update()106 out[outOffset++] = flushedBlock[i]; in update()