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

/freebsd-10.0-release/crypto/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;
/freebsd-10.0-release/sys/dev/random/
H A Drandomdev.h46 int seeded; member in struct:random_adaptor
H A Drandomdev_soft.c86 .seeded = 0, /* This will be seeded during entropy processing */
102 .seeded = 0, /* This will be excplicitly seeded at startup when secured */
109 TUNABLE_INT("kern.random.sys.seeded", &random_context.seeded);
142 OID_AUTO, "seeded", CTLTYPE_INT | CTLFLAG_RW,
143 &random_context.seeded, 0, random_check_boolean, "I",
204 if (!random_context.seeded) {
208 random_context.seeded
[all...]
H A Ddummy_rng.c104 .seeded = 0, /* This device can never be seeded */
H A Drandomdev.c88 if (!random_adaptor->seeded)
153 if (random_adaptor->seeded)
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc191 // increments an integer from a random number seeded by the current time. This

Completed in 194 milliseconds