Searched refs:outputLenBytes (Results 1 – 1 of 1) sorted by relevance
45 public byte[] getRandom(byte[] seed, int outputLenBytes) { in getRandom() argument53 ByteBuffer buffer = ByteBuffer.allocate(outputLenBytes); in getRandom()59 int numIterations = (outputLenBytes + SHA_OUTPUT_LEN_BYTES - 1) / SHA_OUTPUT_LEN_BYTES; in getRandom()