Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
DSHA1PRNG_SecureRandomImpl.java126 private transient long seedLength; field in SHA1PRNG_SecureRandomImpl
177 seedLength = 0; in SHA1PRNG_SecureRandomImpl()
199 seedLength += bytes.length; in updateSeed()
330 bits = (seedLength << 3) + 64; // transforming # of bytes into # of bits in engineNextBytes()
433 oos.writeLong(seedLength);
501 seedLength = ois.readLong();