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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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);

Completed in 160 milliseconds