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

/freebsd-10.1-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.1-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;

Completed in 114 milliseconds