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

1 2 3 4

  /external/openssh/
acss.h 39 int seeded; member in struct:acss_key_st
entropy.c 56 * If OpenSSL has not "internally seeded" itself (e.g. pulled data from
233 fatal("PRNG is not seeded");
  /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/sync/internal_api/
syncapi_internal.cc 58 // 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/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().
  /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/dropbear/libtomcrypt/notes/
tech0004.txt 69 SOBER-128 doesn't really "act" like the other two PRNGs. It's meant to be seeded once and then read as
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 374 * seeded from the generator function @p __g.
736 * Constructs an explicitly seeded % subtract_with_carry random number
745 * seeded from the generator function @p __g.
910 * Constructs an explicitly seeded % subtract_with_carry_01 random number
922 * seeded from the generator function @p __g.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 374 * seeded from the generator function @p __g.
736 * Constructs an explicitly seeded % subtract_with_carry random number
745 * seeded from the generator function @p __g.
910 * Constructs an explicitly seeded % subtract_with_carry_01 random number
922 * seeded from the generator function @p __g.
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 374 * seeded from the generator function @p __g.
736 * Constructs an explicitly seeded % subtract_with_carry random number
745 * seeded from the generator function @p __g.
910 * Constructs an explicitly seeded % subtract_with_carry_01 random number
922 * seeded from the generator function @p __g.
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 374 * seeded from the generator function @p __g.
736 * Constructs an explicitly seeded % subtract_with_carry random number
745 * seeded from the generator function @p __g.
910 * Constructs an explicitly seeded % subtract_with_carry_01 random number
922 * seeded from the generator function @p __g.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random 374 * seeded from the generator function @p __g.
736 * Constructs an explicitly seeded % subtract_with_carry random number
745 * seeded from the generator function @p __g.
910 * Constructs an explicitly seeded % subtract_with_carry_01 random number
922 * seeded from the generator function @p __g.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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 999 milliseconds

1 2 3 4