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