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

  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 47 // END_FLAGS - final bytes in words to append to message;
54 private static final int[] END_FLAGS = { 0x80000000, 0x800000, 0x8000, 0x80 };
367 seed[lastWord + 2] = END_FLAGS[0];
373 seed[lastWord + 2] = (int) ((counter << LEFT[n]) | END_FLAGS[n]);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 57 // END_FLAGS - final bytes in words to append to message;
64 private static final int[] END_FLAGS = { 0x80000000, 0x800000, 0x8000, 0x80 };
372 seed[lastWord + 2] = END_FLAGS[0];
378 seed[lastWord + 2] = (int) ((counter << LEFT[n]) | END_FLAGS[n]);

Completed in 63 milliseconds