HomeSort by relevance Sort by last modified time
    Searched refs:MAX_BYTES_TOTAL (Results 1 - 2 of 2) sorted by null

  /external/rappor/client/java/com/google/android/rappor/
HmacDrbg.java 68 public static final int MAX_BYTES_TOTAL = 10000;
177 * We guarantee that reseeding is never required through the use of MAX_BYTES_TOTAL
234 if (bytesGenerated + count > MAX_BYTES_TOTAL) {
  /external/rappor/client/javatest/com/google/android/rappor/
HmacDrbgTest.java 650 byte[] out = drbg.nextBytes(HmacDrbg.MAX_BYTES_TOTAL);
651 assertEquals(HmacDrbg.MAX_BYTES_TOTAL, out.length);

Completed in 152 milliseconds