HomeSort by relevance Sort by last modified time
    Searched full:reseed (Results 1 - 8 of 8) sorted by null

  /external/dropbear/libtomcrypt/notes/
tech0004.txt 51 Every FORTUNA_WD calls to fortuna_read will invoke the reseed operation. By default this is set to 10 which
52 means after 10 calls the PRNG will reseed itself.
  /external/dropbear/libtomcrypt/src/prngs/
fortuna.c 22 we reseed automatically when len(pool0) >= 64 or every FORTUNA_WD calls to the read function */
65 /* reseed the PRNG */
237 /* do we have to reseed? */
  /external/openssl/crypto/rand/
rand_unix.c 150 initial value, reseed it with dynamic data. The VOS
153 gratuitously reseed the PRNG because other code in this
  /bionic/libc/netbsd/resolv/
res_random.c 262 printf("Reseed at %ld\n", ru_reseed);
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 768 void Reseed(UInt32 seed) { state_ = seed; }
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 544 random.Reseed(kSeed);
    [all...]
  /external/dropbear/libtomcrypt/
changes     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 339 milliseconds