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

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

Completed in 103 milliseconds