Searched refs:RAND_poll (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RAND_add.pod | 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 using 69 RAND_event() and RAND_screen() are equivalent to RAND_poll() and exist 77 RAND_poll() returns 1 if it generated seed data, 0 otherwise.
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_deprecated.c | 22 RAND_poll(); in RAND_event() 28 RAND_poll(); in RAND_screen()
|
H A D | rand_lib.c | 121 int RAND_poll(void) in RAND_poll() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | RAND_add.pod | 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 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.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | rand_win.c | 165 RAND_poll(); in RAND_event() 171 RAND_poll(); in RAND_screen()
|
H A D | rand_lib.c | 383 int RAND_poll(void) in RAND_poll() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rand.h | 64 int RAND_poll(void);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rand.h | 109 int RAND_poll(void);
|
/netbsd-src/external/bsd/libevent/dist/sample/ |
H A D | le-proxy.c | 279 r = RAND_poll(); in main()
|
H A D | https-client.c | 354 r = RAND_poll(); in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | RAND_DRBG.pod | 236 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG 268 Calling RAND_poll() will always fail.
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | http_server.c | 191 if (RAND_poll() <= 0) { in spawn_loop()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_RAND.pod | 239 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG 278 Calling RAND_poll() will always fail.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ocsp.c | 986 if (RAND_poll() <= 0) { in spawn_loop()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 2463 RAND_poll;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | NEWS | 541 o Workaround for slow RAND_poll() on some WIN32 versions.
|
H A D | CHANGES | 5425 excessive delays in the RAND_poll(): over a minute. As a workaround 8977 *) Add automatic query of EGD sockets in RAND_poll() for the unix variant. 8986 *) Change the Unix RAND_poll() variant to be able to poll several 10076 *) Move 'if (!initialized) RAND_poll()' into regions protected by 10078 having multiple threads call RAND_poll() concurrently.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 1933 RAND_poll 1918 1_1_0 EXIST::FUNCTION:
|