Home
last modified time | relevance | path

Searched refs:END_FLAGS (Results 1 – 1 of 1) sorted by relevance

/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DInsecureSHA1PRNGKeyDerivator.java54 private static final int[] END_FLAGS = { 0x80000000, 0x800000, 0x8000, 0x80 }; field in InsecureSHA1PRNGKeyDerivator
367 seed[lastWord + 2] = END_FLAGS[0]; in nextBytes()
373 seed[lastWord + 2] = (int) ((counter << LEFT[n]) | END_FLAGS[n]); in nextBytes()