Searched refs:seedLength (Results 1 – 1 of 1) sorted by relevance
114 private transient long seedLength; field in InsecureSHA1PRNGKeyDerivator209 seedLength = 0; in InsecureSHA1PRNGKeyDerivator()231 seedLength += bytes.length; in updateSeed()325 bits = (seedLength << 3) + 64; // transforming # of bytes into # of bits in nextBytes()