Home
last modified time | relevance | path

Searched refs:DEVRANDOM_EGD (Results 1 – 4 of 4) sorted by relevance

/openssl/include/crypto/
H A Drand.h75 #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
/openssl/include/internal/
H A De_os.h68 # undef DEVRANDOM_EGD /* Neither MS-DOS nor FreeDOS provide 'egd' sockets. */
/openssl/crypto/
H A Dinfo.c186 add_seeds_stringlist("EGD", DEVRANDOM_EGD); in DEFINE_RUN_ONCE_STATIC()
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c193 (defined(OPENSSL_NO_EGD) || !defined(DEVRANDOM_EGD))
711 static const char *paths[] = { DEVRANDOM_EGD, NULL }; in ossl_pool_acquire_entropy()

Completed in 10 milliseconds