Home
last modified time | relevance | path

Searched refs:RAND_poll (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_deprecated.c22 RAND_poll(); in RAND_event()
28 RAND_poll(); in RAND_screen()
H A Drand_lib.c115 * RAND_poll() reseeds the default RNG using random input
121 int RAND_poll(void) in RAND_poll() function
/third_party/openssl/crypto/rand/
H A Drand_deprecated.c22 RAND_poll(); in RAND_event()
28 RAND_poll(); in RAND_screen()
H A Drand_lib.c115 * RAND_poll() reseeds the default RNG using random input
121 int RAND_poll(void) in RAND_poll() function
/third_party/openssl/ohos_lite/include/openssl/
H A Drand.h64 int RAND_poll(void);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h109 int RAND_poll(void);
/third_party/openssl/include/openssl/
H A Drand.h109 int RAND_poll(void);
/third_party/node/test/addons/openssl-binding/
H A Dbinding.cc18 assert(RAND_poll()); in RandomBytes()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c191 if (RAND_poll() <= 0) { in spawn_loop()
192 syslog(LOG_ERR, "fatal: RAND_poll() failed"); in spawn_loop()
/third_party/openssl/apps/lib/
H A Dhttp_server.c191 if (RAND_poll() <= 0) { in spawn_loop()
192 syslog(LOG_ERR, "fatal: RAND_poll() failed"); in spawn_loop()
/third_party/node/src/crypto/
H A Dcrypto_util.cc80 // A misconfigured OpenSSL 3 installation may report 1 from RAND_poll() in CSPRNG()
92 } while (1 == RAND_poll()); in CSPRNG()

Completed in 7 milliseconds