Searched refs:COUNTER_BASE (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1PRNG_SecureRandomImpl.java85 // COUNTER_BASE - initial value to set to "counter" before computing "nextBytes(..)";
100 private static final int COUNTER_BASE = 0; field in class:SHA1PRNG_SecureRandomImpl
181 counter = COUNTER_BASE;

Completed in 54 milliseconds