HomeSort by relevance Sort by last modified time
    Searched full:seeded (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_transaction.h 36 // hashes stored is trusted and thus this value can safely be seeded. This
37 // happens when all hashes are already properly seeded and a newly
38 // tracked value needs to be seeded). NULL values are inherently trusted as
  /external/chromium_org/net/quic/
port_suggester.h 17 // We provide a pseudo-random number generator that is always seeded the same
  /external/libvorbis/vq/
vqgen.h 22 int seeded; member in struct:vqgen
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 121 static int seeded = 0; local
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
140 seeded = 1;
app_rand.c 119 static int seeded = 0; variable
150 BIO_printf(bio_e,"This means that the random number generator has not been seeded\n");
161 seeded = 1;
198 if (egdsocket || !seeded)
217 seeded = 1;
  /external/openssl/apps/
winrand.c 121 static int seeded = 0; local
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
140 seeded = 1;
app_rand.c 119 static int seeded = 0; variable
150 BIO_printf(bio_e,"This means that the random number generator has not been seeded\n");
161 seeded = 1;
198 if (egdsocket || !seeded)
217 seeded = 1;
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 20 static unsigned int seeded = 0; local
26 if ( seeded == 0 ) {
28 seeded = 1;
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.h 22 // initially seeded and then expanded with dynamically generated data.
hpack_fuzz_util_test.cc 30 // Context was seeded with initial name & value fixtures.
49 // TODO(jgraettinger): Upstream uses a seeded random generator here to pin
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLRandom.java 51 * seeded.
  /external/chromium_org/sync/internal_api/
syncapi_internal.cc 80 // Note that we can't compare encrypted strings directly as they are seeded
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_err.c 84 {ERR_REASON(RAND_R_PRNG_NOT_SEEDED) ,"PRNG not seeded"},
rand_lib.c 235 * correctly seeded by RAND_poll().
  /external/chromium_org/v8/src/utils/
random-number-generator.cc 65 // We cannot assume that random() or rand() were seeded
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 59 * <p>Using the {@link #SecureRandom(byte[]) seeded constructor} or calling
106 * Constructs a new seeded {@code SecureRandom} that uses the default
  /external/chromium_org/net/spdy/
hpack_round_trip_test.cc 121 // Grow vectors of names & values, which are seeded with fixtures and then
  /external/openssl/crypto/rand/
rand_err.c 85 {ERR_REASON(RAND_R_PRNG_NOT_SEEDED) ,"PRNG not seeded"},
rand_lib.c 235 * correctly seeded by RAND_poll().
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_crpt.c 227 /* if PRNG is not properly seeded, resort to secret
  /external/openssl/crypto/rsa/
rsa_crpt.c 227 /* if PRNG is not properly seeded, resort to secret
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherClings.java 231 // seeded when they start up for the first time. Clings won't work well with that
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 384 * seeded from the generator function @p __g.
746 * Constructs an explicitly seeded % subtract_with_carry random number
755 * seeded from the generator function @p __g.
920 * Constructs an explicitly seeded % subtract_with_carry_01 random number
932 * seeded from the generator function @p __g.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 384 * seeded from the generator function @p __g.
746 * Constructs an explicitly seeded % subtract_with_carry random number
755 * seeded from the generator function @p __g.
920 * Constructs an explicitly seeded % subtract_with_carry_01 random number
932 * seeded from the generator function @p __g.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 384 * seeded from the generator function @p __g.
746 * Constructs an explicitly seeded % subtract_with_carry random number
755 * seeded from the generator function @p __g.
920 * Constructs an explicitly seeded % subtract_with_carry_01 random number
932 * seeded from the generator function @p __g.
    [all...]

Completed in 716 milliseconds

1 2 3 4