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

  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 75 // COUNTER_BASE - initial value to set to "counter" before computing "nextBytes(..)";
90 private static final int COUNTER_BASE = 0;
213 counter = COUNTER_BASE;
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 85 // COUNTER_BASE - initial value to set to "counter" before computing "nextBytes(..)";
100 private static final int COUNTER_BASE = 0;
181 counter = COUNTER_BASE;

Completed in 47 milliseconds