Home
last modified time | relevance | path

Searched refs:RAND_poll (Results 1 – 12 of 12) sorted by relevance

/external/openssl/crypto/rand/
Drand_unix.c153 int RAND_poll(void) in RAND_poll() function
220 int RAND_poll(void) in RAND_poll() function
237 int RAND_poll(void) in RAND_poll() function
427 int RAND_poll(void) in RAND_poll() function
Drand_nw.c132 int RAND_poll(void) in RAND_poll() function
Drand.h113 int RAND_poll(void);
Drand_os2.c87 int RAND_poll(void) in RAND_poll() function
Dmd_rand.c396 RAND_poll(); in ssleay_rand_bytes()
582 RAND_poll(); in ssleay_rand_status()
Drand_win.c192 int RAND_poll(void) in RAND_poll() function
676 RAND_poll(); in RAND_screen()
/external/chromium_org/third_party/boringssl/src/crypto/rand/
Drand.c26 int RAND_poll(void) { in RAND_poll() function
/external/chromium_org/third_party/boringssl/src/include/openssl/
Drand.h46 OPENSSL_EXPORT int RAND_poll(void);
/external/openssl/include/openssl/
Drand.h113 int RAND_poll(void);
/external/chromium_org/third_party/webrtc/base/
Dhelpers.cc60 if (RAND_poll() <= 0) { in Init()
Dopenssladapter.cc224 RAND_poll(); in InitializeSSL()
/external/chromium_org/third_party/apache-win32/
DOPENSSL-NEWS.txt87 o Workaround for slow RAND_poll() on some WIN32 versions.