Searched refs:RAND_poll (Results 1 – 12 of 12) sorted by relevance
22 RAND_poll(); in RAND_event()28 RAND_poll(); in RAND_screen()
120 int RAND_poll(void) in RAND_poll() function
5 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 using75 RAND_event() and RAND_screen() are equivalent to RAND_poll() and exist83 RAND_poll() returns 1 if it generated seed data, 0 otherwise.
64 int RAND_poll(void);
17 assert(RAND_poll()); in RandomBytes()
109 int RAND_poll(void);
191 if (RAND_poll() <= 0) { in spawn_loop()
239 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG278 Calling RAND_poll() will always fail.
921 * Workaround for slow RAND_poll() on some WIN32 versions.
9796 excessive delays in the RAND_poll(): over a minute. As a workaround13817 * Add automatic query of EGD sockets in RAND_poll() for the unix variant.13827 * Change the Unix RAND_poll() variant to be able to poll several15084 * Move 'if (!initialized) RAND_poll()' into regions protected by15086 having multiple threads call RAND_poll() concurrently.
457 if (RAND_poll() == 0) in CheckEntropy()
1872 RAND_poll 1918 3_0_0 EXIST::FUNCTION: