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

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
H A DSHA1PRNG_SecureRandomImpl.java52 // RIGHT2 - shifts to right for right half of long
60 private static final int[] RIGHT2 = { 0, 8, 16, 24 }; field in class:SHA1PRNG_SecureRandomImpl
367 seed[lastWord + 1] = (int) ((counter >>> RIGHT2[n]) & 0xFFFFFFFF);

Completed in 37 milliseconds