Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drand_deprecated.c22 RAND_poll(); in RAND_event()
28 RAND_poll(); in RAND_screen()
H A Drand_lib.c127 int RAND_poll(void) in RAND_poll() function
/openssl/doc/man3/
H A DRAND_add.pod5 RAND_add, RAND_poll, RAND_seed, RAND_status, RAND_event, RAND_screen,
14 int RAND_poll();
41 RAND_poll() uses the system's capabilities to seed the random generator using
75 RAND_event() and RAND_screen() are equivalent to RAND_poll() and exist
83 RAND_poll() returns 1 if it generated seed data, 0 otherwise.
/openssl/include/openssl/
H A Drand.h111 int RAND_poll(void);
/openssl/apps/lib/
H A Dhttp_server.c163 if (RAND_poll() <= 0) { in spawn_loop()
/openssl/doc/man7/
H A DEVP_RAND.pod245 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG
284 Calling RAND_poll() will always fail.
/openssl/
H A DNEWS.md1322 * Workaround for slow RAND_poll() on some WIN32 versions.
H A DCHANGES.md11107 excessive delays in the RAND_poll(): over a minute. As a workaround
15128 * Add automatic query of EGD sockets in RAND_poll() for the unix variant.
15138 * Change the Unix RAND_poll() variant to be able to poll several
16395 * Move 'if (!initialized) RAND_poll()' into regions protected by
16397 having multiple threads call RAND_poll() concurrently.
/openssl/util/
H A Dlibcrypto.num1872 RAND_poll 1918 3_0_0 EXIST::FUNCTION:

Completed in 162 milliseconds