Searched defs:seeded (Results 1 - 2 of 2) sorted by relevance

/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;

Completed in 180 milliseconds