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

  /libcore/luni/src/test/java/tests/security/
SecureRandomTest.java 56 byte[] testRandom1 = getRandomBytes(secureRandom1);
57 byte[] testRandom2 = getRandomBytes(secureRandom2);
64 private byte[] getRandomBytes(SecureRandom random) {
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 256 myRandom.engineSetSeed(getRandomBytes(DIGEST_LENGTH));
300 updateSeed(getRandomBytes(DIGEST_LENGTH));
547 private static byte[] getRandomBytes(int byteCount) {

Completed in 96 milliseconds