Home
last modified time | relevance | path

Searched refs:DEVRANDOM (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Drand.h38 #ifndef DEVRANDOM
43 # define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
/freebsd/crypto/openssl/
H A De_os.h69 # undef DEVRANDOM
70 # define DEVRANDOM "/dev/urandom\x24" macro
205 # undef DEVRANDOM
H A DINSTALL.md444 Use the first device from the `DEVRANDOM` list which can be opened to read
445 random bytes. The `DEVRANDOM` preprocessor constant expands to
H A DNEWS.md279 * Early start up entropy quality from the DEVRANDOM seed source has been
H A DCHANGES.md2037 * Early start up entropy quality from the DEVRANDOM seed source has been
2786 * Early start up entropy quality from the DEVRANDOM seed source has been
14197 random devices, as specified by DEVRANDOM, until a sufficient amount
14199 (select timeout) and read in non-blocking mode. DEVRANDOM now
/freebsd/crypto/openssl/crypto/
H A Dinfo.c147 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()