Searched refs:RAND_poll (Results 1 – 9 of 9) sorted by relevance
22 RAND_poll(); in RAND_event()28 RAND_poll(); in RAND_screen()
127 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.
111 int RAND_poll(void);
163 if (RAND_poll() <= 0) { in spawn_loop()
245 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG284 Calling RAND_poll() will always fail.
1340 * Workaround for slow RAND_poll() on some WIN32 versions.
11177 excessive delays in the RAND_poll(): over a minute. As a workaround15198 * Add automatic query of EGD sockets in RAND_poll() for the unix variant.15208 * Change the Unix RAND_poll() variant to be able to poll several16465 * Move 'if (!initialized) RAND_poll()' into regions protected by16467 having multiple threads call RAND_poll() concurrently.
1872 RAND_poll 1918 3_0_0 EXIST::FUNCTION:
Completed in 73 milliseconds