Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/
De_os.h25 # ifndef DEVRANDOM
30 # define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
115 # undef DEVRANDOM
116 # define DEVRANDOM "/dev/urandom\x24" macro
258 # undef DEVRANDOM
/third_party/node/deps/openssl/openssl/include/crypto/
Drand.h38 #ifndef DEVRANDOM
43 # define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
/third_party/openssl/include/crypto/
Drand.h38 #ifndef DEVRANDOM
43 # define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
/third_party/node/deps/openssl/openssl/
De_os.h69 # undef DEVRANDOM
70 # define DEVRANDOM "/dev/urandom\x24" macro
205 # undef DEVRANDOM
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
DNEWS.md254 * Early start up entropy quality from the DEVRANDOM seed source has been
DCHANGES.md1945 * Early start up entropy quality from the DEVRANDOM seed source has been
2694 * Early start up entropy quality from the DEVRANDOM seed source has been
14105 random devices, as specified by DEVRANDOM, until a sufficient amount
14107 (select timeout) and read in non-blocking mode. DEVRANDOM now
/third_party/openssl/
De_os.h69 # undef DEVRANDOM
70 # define DEVRANDOM "/dev/urandom\x24" macro
205 # undef DEVRANDOM
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
DNEWS.md226 * Early start up entropy quality from the DEVRANDOM seed source has been
DCHANGES.md1767 * Early start up entropy quality from the DEVRANDOM seed source has been
2516 * Early start up entropy quality from the DEVRANDOM seed source has been
13927 random devices, as specified by DEVRANDOM, until a sufficient amount
13929 (select timeout) and read in non-blocking mode. DEVRANDOM now
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_unix.c199 # if defined(OPENSSL_RAND_SEED_DEVRANDOM) && !defined(DEVRANDOM)
204 # if !defined(DEVRANDOM)
409 static const char *random_device_paths[] = { DEVRANDOM };
/third_party/openssl/providers/implementations/rands/seeding/
Drand_unix.c199 # if defined(OPENSSL_RAND_SEED_DEVRANDOM) && !defined(DEVRANDOM)
204 # if !defined(DEVRANDOM)
409 static const char *random_device_paths[] = { DEVRANDOM };
/third_party/node/deps/openssl/openssl/crypto/
Dinfo.c148 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()
/third_party/openssl/crypto/
Dinfo.c147 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()