Home
last modified time | relevance | path

Searched refs:seeded (Results 1 – 13 of 13) sorted by relevance

/external/openssl/apps/
Dapp_rand.c119 static int seeded = 0; variable
161 seeded = 1; in app_RAND_load_file()
198 if (egdsocket || !seeded) in app_RAND_write_file()
217 seeded = 1; in app_RAND_allow_write_file()
Dwinrand.c121 static int seeded = 0; in WndProc() local
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) in WndProc()
140 seeded = 1; in WndProc()
/external/qemu/distrib/sdl-1.2.15/test/
Dgraywin.c20 static unsigned int seeded = 0; in DrawBox() local
26 if ( seeded == 0 ) { in DrawBox()
28 seeded = 1; in DrawBox()
/external/openssh/
Dacss.h39 int seeded; member
Dconfigure.ac2292 AC_MSG_CHECKING([whether OpenSSL's PRNG is internally seeded])
2310 # OpenSSL is not seeded correctly.
2395 [Define if you want OpenSSL's internally seeded PRNG only])
Dconfig.h.in1307 /* Define if you want OpenSSL's internally seeded PRNG only */
/external/libvorbis/vq/
Dvqgen.h22 int seeded; member
Dvqgen.c80 v->seeded=1; in _vqgen_seed()
366 if(!v->seeded)_vqgen_seed(v); in vqgen_iterate()
/external/dropbear/libtomcrypt/notes/
Dtech0004.txt69 SOBER-128 doesn't really "act" like the other two PRNGs. It's meant to be seeded once and then rea…
/external/mdnsresponder/mDNSCore/
DDNSCommon.c279 static mDNSBool seeded = mDNSfalse; in mDNSRandomNumber() local
281 if (!seeded) in mDNSRandomNumber()
284 seeded = mDNStrue; in mDNSRandomNumber()
/external/llvm/lib/Support/Unix/
DPath.inc191 // increments an integer from a random number seeded by the current time. This
/external/dropbear/libtomcrypt/
Dcrypt.tex2760 in the PRNG until ready() is called again. This allows the PRNG to be used and re-seeded at the sa…
3921 … \textit{out} of length \textit{outlen} octets. The function requires a properly seeded PRNG, and
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1414703 Math.random() not seeded.