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

  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 88 // NEXT_BYTES call to "engineNextByte" sets up "NEXT_BYTES" state
104 private static final int NEXT_BYTES = 2;
251 if (state == NEXT_BYTES) { // first setSeed after NextBytes; restoring hash
339 state = NEXT_BYTES;
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 98 // NEXT_BYTES call to "engineNextByte" sets up "NEXT_BYTES" state
114 private static final int NEXT_BYTES = 2;
220 if (state == NEXT_BYTES) { // first setSeed after NextBytes; restoring hash
344 state = NEXT_BYTES;
440 if (state != NEXT_BYTES) {
508 if (state != NEXT_BYTES) {

Completed in 83 milliseconds