Searched refs:numIterations (Results 1 – 1 of 1) sorted by relevance
59 int numIterations = (outputLenBytes + SHA_OUTPUT_LEN_BYTES - 1) / SHA_OUTPUT_LEN_BYTES; in getRandom() local60 for (int j = 0; j < numIterations; j++) { in getRandom()