Searched refs:bufCount (Results 1 – 1 of 1) sorted by relevance
326 private void gCTRBlock(byte[] buf, int bufCount, byte[] out, int outOff) in gCTRBlock() argument346 System.arraycopy(ZEROES, bufCount, tmp, bufCount, BLOCK_SIZE - bufCount); in gCTRBlock()354 for (int i = bufCount - 1; i >= 0; --i) in gCTRBlock()364 totalLength += bufCount; in gCTRBlock()