Searched refs:blockLength (Results 1 – 1 of 1) sorted by relevance
1409 private MutableBigInteger getBlock(int index, int numBlocks, int blockLength) { in getBlock() argument1410 int blockStart = index * blockLength; in getBlock()1419 blockEnd = (index+1) * blockLength; in getBlock()