Searched refs:END_FLAGS (Results 1 – 1 of 1) sorted by relevance
64 private static final int[] END_FLAGS = { 0x80000000, 0x800000, 0x8000, 0x80 }; field in SHA1PRNG_SecureRandomImpl372 seed[lastWord + 2] = END_FLAGS[0]; in engineNextBytes()378 seed[lastWord + 2] = (int) ((counter << LEFT[n]) | END_FLAGS[n]); in engineNextBytes()