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

/freebsd-9.3-release/sys/dev/random/
H A Drandomdev.h44 int seeded; member in struct:random_systat
H A Drandomdev.c92 random_systat.seeded = 1;
107 if (!random_systat.seeded)
175 if (random_systat.seeded)
H A Drandomdev_soft.c75 .seeded = 1,
140 OID_AUTO, "seeded", CTLTYPE_INT | CTLFLAG_RW,
141 &random_systat.seeded, 1, random_check_boolean, "I",
364 if (!random_systat.seeded) {
365 random_systat.seeded = 1;
379 if (random_systat.seeded)
396 while (!random_systat.seeded && !error) {
H A Divy.c56 .seeded = 1,
H A Dnehemiah.c60 .seeded = 1,
/freebsd-9.3-release/crypto/openssl/apps/
H A Dapp_rand.c118 static int seeded = 0; variable
148 "This means that the random number generator has not been seeded\n");
161 seeded = 1;
200 if (egdsocket || !seeded)
219 seeded = 1;
H A Dwinrand.c121 static int seeded = 0; local
137 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0) {
138 seeded = 1;
/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.c93 int seeded; member in struct:__anon146
119 ctx->seeded = 0;
145 ctx->seeded = 0;
162 ctx->seeded = 1;
183 ctx->seeded = 1;
278 if (!ctx->seeded) {
353 ret = sctx.seeded;
/freebsd-9.3-release/contrib/ipfilter/
H A Dip_fil.c809 static int seeded = 0; local
814 if (seeded == 0) {
816 seeded = 1;

Completed in 75 milliseconds