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

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1PRNG_SecureRandomImpl.java51 // RIGHT1 - shifts to right for left half of long
58 private static final int[] RIGHT1 = { 0, 40, 48, 56 }; field in class:SHA1PRNG_SecureRandomImpl
366 seed[lastWord] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);

Completed in 23 milliseconds