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

  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 49 // RIGHT1 - shifts to right for left half of long
56 private static final int[] RIGHT1 = { 0, 40, 48, 56 };
371 seed[lastWord] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 59 // RIGHT1 - shifts to right for left half of long
66 private static final int[] RIGHT1 = { 0, 40, 48, 56 };
376 seed[lastWord] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);

Completed in 170 milliseconds