Searched refs:seeded (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dapp_rand.c119 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;
H A Dwinrand.c121 static int seeded = 0; local
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
140 seeded = 1;
/external/openssh/
H A Dacss.h39 int seeded; member in struct:acss_key_st
/external/openssl/apps/
H A Dapp_rand.c119 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;
H A Dwinrand.c121 static int seeded = 0; local
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
140 seeded = 1;
/external/libvorbis/vq/
H A Dvqgen.h22 int seeded; member in struct:vqgen
H A Dvqgen.c80 v->seeded=1;
366 if(!v->seeded)_vqgen_seed(v);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dgraywin.c20 static unsigned int seeded = 0; local
26 if ( seeded == 0 ) {
28 seeded = 1;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c279 static mDNSBool seeded = mDNSfalse; local
281 if (!seeded)
284 seeded = mDNStrue;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2760 in the PRNG until ready() is called again. This allows the PRNG to be used and re-seeded at the same time. No real error
3921 will be stored in the array pointed to by \textit{out} of length \textit{outlen} octets. The function requires a properly seeded PRNG, and
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 295 milliseconds