Searched refs:seeded (Results 1 – 13 of 13) sorted by relevance
119 static int seeded = 0; variable161 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()
121 static int seeded = 0; in WndProc() local138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) in WndProc()140 seeded = 1; in WndProc()
20 static unsigned int seeded = 0; in DrawBox() local26 if ( seeded == 0 ) { in DrawBox()28 seeded = 1; in DrawBox()
39 int seeded; member
2292 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])
1307 /* Define if you want OpenSSL's internally seeded PRNG only */
22 int seeded; member
80 v->seeded=1; in _vqgen_seed()366 if(!v->seeded)_vqgen_seed(v); in vqgen_iterate()
69 SOBER-128 doesn't really "act" like the other two PRNGs. It's meant to be seeded once and then rea…
279 static mDNSBool seeded = mDNSfalse; in mDNSRandomNumber() local281 if (!seeded) in mDNSRandomNumber()284 seeded = mDNStrue; in mDNSRandomNumber()
191 // increments an integer from a random number seeded by the current time. This
2760 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
14703 Math.random() not seeded.