Searched refs:RAND_poll (Results 1 – 12 of 12) sorted by relevance
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 using69 RAND_event() and RAND_screen() are equivalent to RAND_poll() and exist77 RAND_poll() returns 1 if it generated seed data, 0 otherwise.
163 RAND_poll(); in RAND_event()169 RAND_poll(); in RAND_screen()
379 int RAND_poll(void) in RAND_poll() function
64 int RAND_poll(void);
17 assert(RAND_poll()); in RandomBytes()
236 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG268 Calling RAND_poll() will always fail.
986 if (RAND_poll() <= 0) { in spawn_loop()
509 o Workaround for slow RAND_poll() on some WIN32 versions.
5375 excessive delays in the RAND_poll(): over a minute. As a workaround8927 *) Add automatic query of EGD sockets in RAND_poll() for the unix variant.8936 *) Change the Unix RAND_poll() variant to be able to poll several10026 *) Move 'if (!initialized) RAND_poll()' into regions protected by10028 having multiple threads call RAND_poll() concurrently.
2011 #define RAND_poll BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_poll) macro
457 if (RAND_poll() == 0) in CheckEntropy()
1933 RAND_poll 1918 1_1_0 EXIST::FUNCTION: