Home
last modified time | relevance | path

Searched refs:DEVRANDOM_WAIT (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/include/crypto/
H A Drand.h45 # ifndef DEVRANDOM_WAIT
46 # define DEVRANDOM_WAIT "/dev/random" macro
/third_party/openssl/include/crypto/
H A Drand.h45 # ifndef DEVRANDOM_WAIT
46 # define DEVRANDOM_WAIT "/dev/random" macro
/third_party/openssl/ohos_lite/
H A De_os.h32 # ifndef DEVRANDOM_WAIT
33 # define DEVRANDOM_WAIT "/dev/random" macro
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c26 # ifdef DEVRANDOM_WAIT
419 # if defined(__linux) && defined(DEVRANDOM_WAIT) \
467 if ((fd = open(DEVRANDOM_WAIT, O_RDONLY)) != -1) { in wait_random_seeded()
498 # else /* defined __linux && DEVRANDOM_WAIT && OPENSSL_RAND_SEED_GETRANDOM */
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c26 # ifdef DEVRANDOM_WAIT
419 # if defined(__linux) && defined(DEVRANDOM_WAIT) \
467 if ((fd = open(DEVRANDOM_WAIT, O_RDONLY)) != -1) { in wait_random_seeded()
498 # else /* defined __linux && DEVRANDOM_WAIT && OPENSSL_RAND_SEED_GETRANDOM */

Completed in 4 milliseconds