Searched refs:DEVRANDOM (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/ohos_lite/ |
D | e_os.h | 25 # 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/ |
D | rand.h | 38 #ifndef DEVRANDOM 43 # define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
|
/third_party/openssl/include/crypto/ |
D | rand.h | 38 #ifndef DEVRANDOM 43 # define DEVRANDOM "/dev/urandom", "/dev/random", "/dev/hwrng", "/dev/srandom" macro
|
/third_party/node/deps/openssl/openssl/ |
D | e_os.h | 69 # undef DEVRANDOM 70 # define DEVRANDOM "/dev/urandom\x24" macro 205 # undef DEVRANDOM
|
D | INSTALL.md | 444 Use the first device from the `DEVRANDOM` list which can be opened to read 445 random bytes. The `DEVRANDOM` preprocessor constant expands to
|
D | NEWS.md | 254 * Early start up entropy quality from the DEVRANDOM seed source has been
|
D | CHANGES.md | 1945 * 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/ |
D | e_os.h | 69 # undef DEVRANDOM 70 # define DEVRANDOM "/dev/urandom\x24" macro 205 # undef DEVRANDOM
|
D | INSTALL.md | 444 Use the first device from the `DEVRANDOM` list which can be opened to read 445 random bytes. The `DEVRANDOM` preprocessor constant expands to
|
D | NEWS.md | 226 * Early start up entropy quality from the DEVRANDOM seed source has been
|
D | CHANGES.md | 1767 * 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/ |
D | rand_unix.c | 199 # 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/ |
D | rand_unix.c | 199 # 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/ |
D | info.c | 148 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()
|
/third_party/openssl/crypto/ |
D | info.c | 147 add_seeds_stringlist("random-device", DEVRANDOM); in DEFINE_RUN_ONCE_STATIC()
|