Searched refs:DEVRANDOM_EGD (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | rand.h | 75 #if !defined(OPENSSL_NO_EGD) && !defined(DEVRANDOM_EGD) 81 # define DEVRANDOM_EGD "/var/run/egd-pool", "/dev/egd-pool", "/etc/egd-pool", "/etc/entropy" macro
|
/third_party/openssl/include/crypto/ |
H A D | rand.h | 75 #if !defined(OPENSSL_NO_EGD) && !defined(DEVRANDOM_EGD) 81 # define DEVRANDOM_EGD "/var/run/egd-pool", "/dev/egd-pool", "/etc/egd-pool", "/etc/entropy" macro
|
/third_party/openssl/ohos_lite/ |
H A D | e_os.h | 61 # if !defined(OPENSSL_NO_EGD) && !defined(DEVRANDOM_EGD) 67 # define DEVRANDOM_EGD "/var/run/egd-pool", "/dev/egd-pool", "/etc/egd-pool", "/etc/entropy" macro 114 # undef DEVRANDOM_EGD /* Neither MS-DOS nor FreeDOS provide 'egd' sockets. */ macro
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | info.c | 151 add_seeds_stringlist("EGD", DEVRANDOM_EGD); in DEFINE_RUN_ONCE_STATIC()
|
/third_party/openssl/crypto/ |
H A D | info.c | 150 add_seeds_stringlist("EGD", DEVRANDOM_EGD); in DEFINE_RUN_ONCE_STATIC()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 195 (defined(OPENSSL_NO_EGD) || !defined(DEVRANDOM_EGD)) 721 static const char *paths[] = { DEVRANDOM_EGD, NULL }; in ossl_pool_acquire_entropy()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 195 (defined(OPENSSL_NO_EGD) || !defined(DEVRANDOM_EGD)) 721 static const char *paths[] = { DEVRANDOM_EGD, NULL }; in ossl_pool_acquire_entropy()
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 68 # undef DEVRANDOM_EGD /* Neither MS-DOS nor FreeDOS provide 'egd' sockets. */ macro
|
/third_party/openssl/ |
H A D | e_os.h | 68 # undef DEVRANDOM_EGD /* Neither MS-DOS nor FreeDOS provide 'egd' sockets. */ macro
|
Completed in 6 milliseconds