HomeSort by relevance Sort by last modified time
    Searched refs:HASHCOPY_OFFSET (Results 1 - 2 of 2) sorted by null

  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 77 // HASHCOPY_OFFSET - offset for copy of current hash in "copies" array
92 private static final int HASHCOPY_OFFSET = 0;
252 System.arraycopy(copies, HASHCOPY_OFFSET, this.seed, HASH_OFFSET,
305 System.arraycopy(seed, HASH_OFFSET, copies, HASHCOPY_OFFSET,
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 87 // HASHCOPY_OFFSET - offset for copy of current hash in "copies" array
102 private static final int HASHCOPY_OFFSET = 0;
221 System.arraycopy(copies, HASHCOPY_OFFSET, this.seed, HASH_OFFSET,
310 System.arraycopy(seed, HASH_OFFSET, copies, HASHCOPY_OFFSET,

Completed in 221 milliseconds