Searched refs:DEVRANDOM (Results 1 – 6 of 6) sorted by relevance
38 #ifndef DEVRANDOM43 # define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
69 # undef DEVRANDOM70 # define DEVRANDOM "/dev/urandom\x24" macro 205 # undef DEVRANDOM
444 Use the first device from the `DEVRANDOM` list which can be opened to read445 random bytes. The `DEVRANDOM` preprocessor constant expands to
279 * Early start up entropy quality from the DEVRANDOM seed source has been
2037 * Early start up entropy quality from the DEVRANDOM seed source has been2786 * Early start up entropy quality from the DEVRANDOM seed source has been14197 random devices, as specified by DEVRANDOM, until a sufficient amount14199 (select timeout) and read in non-blocking mode. DEVRANDOM now
147 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()