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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapp_rand.c118 static int seeded = 0; variable
145 "This means that the random number generator has not been seeded\n");
158 seeded = 1;
197 if (egdsocket || !seeded)
216 seeded = 1;
H A Dwinrand.c121 static int seeded = 0; local
137 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) {
138 seeded = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapp_rand.c118 static int seeded = 0; variable
145 "This means that the random number generator has not been seeded\n");
158 seeded = 1;
197 if (egdsocket || !seeded)
216 seeded = 1;
H A Dwinrand.c121 static int seeded = 0; local
137 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) {
138 seeded = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.h22 int seeded; member in struct:vqgen
H A Dtrain.c167 v.seeded=1;
H A Dvqgen.c80 v->seeded=1;
366 if(!v->seeded)_vqgen_seed(v);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dvtls.c198 static bool seeded = FALSE; local
210 if(!seeded) {
217 seeded = TRUE;
223 if(!seeded) {
229 seeded = TRUE;

Completed in 147 milliseconds