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

/macosx-10.10/OpenSSL098-52/src/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;
/macosx-10.10/OpenSSL098-52/src/fips/rand/
H A Dfips_rand.c93 int seeded; member in struct:__anon3391
119 ctx->seeded = 0;
148 ctx->seeded = 0;
165 ctx->seeded = 1;
189 ctx->seeded = 1;
289 if (!ctx->seeded)
372 ret = sctx.seeded;
/macosx-10.10/remote_cmds-47/rlogin.tproj/
H A Ddes_rw.c195 static int seeded = 0; local
200 if(!seeded) {
201 seeded = 1;
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dvtls.c198 static bool seeded = FALSE; local
203 if(!seeded) {
208 seeded = TRUE;
226 if(!seeded) {
233 seeded = TRUE;
239 if(!seeded) {
245 seeded = TRUE;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DPath.inc191 // increments an integer from a random number seeded by the current time. This
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c565 static mDNSBool seeded = mDNSfalse; local
567 if (!seeded)
570 seeded = mDNStrue;

Completed in 148 milliseconds