Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A De_os.h69 #undef DEVRANDOM
70 #define DEVRANDOM "/dev/urandom\x24" macro
175 #undef DEVRANDOM
/freebsd/crypto/openssl/include/crypto/
H A Drand.h37 #ifndef DEVRANDOM
42 #define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c201 #if defined(OPENSSL_RAND_SEED_DEVRANDOM) && !defined(DEVRANDOM)
206 #if !defined(DEVRANDOM)
409 static const char *random_device_paths[] = { DEVRANDOM };
/freebsd/crypto/openssl/crypto/
H A Dinfo.c222 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()
/freebsd/crypto/openssl/
H A DINSTALL.md496 Use the first device from the `DEVRANDOM` list which can be opened to read
497 random bytes. The `DEVRANDOM` preprocessor constant expands to
H A DNEWS.md803 * Early start up entropy quality from the DEVRANDOM seed source has been
H A DCHANGES.md3859 * Early start up entropy quality from the DEVRANDOM seed source has been
4610 * Early start up entropy quality from the DEVRANDOM seed source has been
16026 random devices, as specified by DEVRANDOM, until a sufficient amount
16028 (select timeout) and read in non-blocking mode. DEVRANDOM now