Searched refs:DEVRANDOM (Results 1 – 7 of 7) sorted by relevance
69 #undef DEVRANDOM70 #define DEVRANDOM "/dev/urandom\x24" macro175 #undef DEVRANDOM
37 #ifndef DEVRANDOM42 #define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
201 #if defined(OPENSSL_RAND_SEED_DEVRANDOM) && !defined(DEVRANDOM)206 #if !defined(DEVRANDOM)409 static const char *random_device_paths[] = { DEVRANDOM };
222 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()
496 Use the first device from the `DEVRANDOM` list which can be opened to read497 random bytes. The `DEVRANDOM` preprocessor constant expands to
803 * Early start up entropy quality from the DEVRANDOM seed source has been
3859 * Early start up entropy quality from the DEVRANDOM seed source has been4610 * Early start up entropy quality from the DEVRANDOM seed source has been16026 random devices, as specified by DEVRANDOM, until a sufficient amount16028 (select timeout) and read in non-blocking mode. DEVRANDOM now