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

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 192 private void updateSeed(byte[] bytes) {
227 updateSeed(seed);
300 updateSeed(getRandomBytes(DIGEST_LENGTH));
303 // updateSeed(...) updates where the last word of the seed is, so we
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 224 private void updateSeed(byte[] bytes) {
258 updateSeed(seed);

Completed in 1883 milliseconds