| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_get_event_timeout.pod | 5 SSL_get_event_timeout - determine when an SSL object next needs to have events 12 int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite); 16 SSL_get_event_timeout() determines when the SSL object next needs to perform 21 Upon the successful return of SSL_get_event_timeout(), one of the following 34 (relative to the time at which SSL_get_event_timeout() was called). I<*tv> is 54 Note that the value output by a call to SSL_get_event_timeout() may change as a 61 Note that SSL_get_event_timeout() supersedes the older L<DTLSv1_get_timeout(3)> 64 If the call to SSL_get_event_timeout() fails, the values of I<*tv> and 77 The SSL_get_event_timeout() function was added in OpenSSL 3.2.
|
| H A D | SSL_get_rpoll_descriptor.pod | 37 these calls, in conjunction with L<SSL_get_event_timeout(3)> to wait for network 48 SSL_get_event_timeout(3) (if any) expires 67 SSL_get_wpoll_descriptor() and SSL_get_event_timeout(). 84 L<SSL_handle_events(3)>, L<SSL_get_event_timeout(3)>, L<ssl(7)>
|
| H A D | DTLSv1_get_timeout.pod | 36 L<SSL_get_event_timeout(3)> supersedes all use cases for this this function and 47 L<DTLSv1_handle_timeout(3)>, L<SSL_get_event_timeout(3)>, L<ssl(7)>
|
| H A D | SSL_handle_events.pod | 41 calls to L<SSL_get_event_timeout(3)>; event handling is not performed 59 L<SSL_get_event_timeout(3)>. 85 L<SSL_get_event_timeout(3)>, L<DTLSv1_handle_timeout(3)>, L<ssl(7)>
|
| H A D | DTLSv1_handle_timeout.pod | 19 Use L<DTLSv1_get_timeout(3)> or L<SSL_get_event_timeout(3)> to determine
|
| H A D | BIO_get_rpoll_descriptor.pod | 95 L<SSL_handle_events(3)>, L<SSL_get_event_timeout(3)>, L<SSL_get_rpoll_descriptor(3)>,
|
| H A D | SSL_new_domain.pod | 63 and L<SSL_get_event_timeout(3)>.
|
| H A D | SSL_new_listener.pod | 59 L<SSL_get_event_timeout(3)>, L<SSL_get_rpoll_descriptor(3)>,
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | quic-client-non-block.c | 139 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
|
| H A D | quic-server-non-block.c | 254 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | quic-server.c | 217 if (!SSL_get_event_timeout(server, &tv, &isinf)) in FuzzerTestOneInput()
|
| H A D | quic-client.c | 227 if (!SSL_get_event_timeout(client, &tv, &isinf)) in FuzzerTestOneInput()
|
| /freebsd/crypto/openssl/doc/designs/ddd/ |
| H A D | REPORT.md | 115 `SSL_get_event_timeout` is used, rather than the originally hypothesised 225 - `SSL_get_timeout` replaced with `SSL_get_event_timeout` (as for 307 - `SSL_get_timeout` replaced with `SSL_get_event_timeout` (as for
|
| H A D | ddd-02-conn-nonblocking.c | 261 if (!SSL_get_event_timeout(conn->ssl, &tv, &is_infinite)) in get_conn_pump_timeout()
|
| H A D | ddd-04-fd-nonblocking.c | 228 if (!SSL_get_event_timeout(conn->ssl, &tv, &is_infinite)) in get_conn_pump_timeout()
|
| H A D | ddd-06-mem-uv.c | 592 if (!SSL_get_event_timeout(conn->ssl, &tv, &is_infinite)) in set_timer()
|
| /freebsd/crypto/openssl/ssl/rio/ |
| H A D | poll_immediate.c | 238 if (!SSL_get_event_timeout(ssl, &timeout, &is_infinite)) in poll_translate()
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_tserver_test.c | 340 if (!TEST_true(SSL_get_event_timeout(c_ssl, &tv, &isinf))) in do_test()
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 574 SSL_get_event_timeout;
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-quic.pod | 424 L<SSL_get_event_timeout(3)> can be used to determine when 508 =item L<SSL_get_event_timeout(3)> 851 L<SSL_get_event_timeout(3)> to determine if any timeout event will become 872 The timeout returned by L<SSL_get_event_timeout(3)> (if any) expires. 891 The application must call L<SSL_get_event_timeout(3)> after every call to 914 L<SSL_handle_events(3)>, L<SSL_get_event_timeout(3)>,
|
| H A D | openssl-quic-concurrency.pod | 176 L<SSL_get_event_timeout(3)> will be handled). If an application is unable to do 326 L<openssl-quic(7)>, L<SSL_handle_events(3)>, L<SSL_get_event_timeout(3)>,
|
| H A D | ossl-guide-quic-client-non-block.pod | 100 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) 146 while the application goes off to do other work. The L<SSL_get_event_timeout(3)> 150 An alternative to using L<SSL_get_event_timeout(3)> to find the next deadline
|
| H A D | ossl-guide-quic-introduction.pod | 91 L<SSL_get_event_timeout(3)> which tells an application the amount of time that
|
| /freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
| H A D | quic-hq-interop.c | 236 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-server-api.md | 79 - `SSL_get_event_timeout`; 116 * - `SSL_get_event_timeout`
|