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

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

Completed in 14 milliseconds