OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 50 milliseconds