/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)>,
|
/openssl/fuzz/ |
H A D | quic-client.c | 227 if (!SSL_get_event_timeout(client, &tv, &isinf)) in FuzzerTestOneInput()
|
/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-hq-interop.c | 238 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
|
/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()
|
/openssl/test/ |
H A D | quic_tserver_test.c | 326 if (!TEST_true(SSL_get_event_timeout(c_ssl, &tv, &isinf))) in do_test()
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 417 L<SSL_get_event_timeout(3)> can be used to determine when 501 =item L<SSL_get_event_timeout(3)> 777 L<SSL_get_event_timeout(3)> to determine if any timeout event will become 798 The timeout returned by L<SSL_get_event_timeout(3)> (if any) expires. 817 The application must call L<SSL_get_event_timeout(3)> after every call to 826 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
|
/openssl/test/helpers/ |
H A D | quictestlib.c | 452 if (!SSL_get_event_timeout(s, &tv, &cinf)) in qtest_wait_for_timeout()
|
/openssl/util/ |
H A D | libssl.num | 577 SSL_get_event_timeout 578 3_2_0 EXIST::FUNCTION:
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 34 - [`SSL_get_event_timeout`](#-ssl-get-event-timeout-) 440 #### `SSL_get_event_timeout` 507 `SSL_get_event_timeout`.
|
H A D | quic-api-ssl-funcs.md | 627 | `SSL_get_event_timeout` | CSSM | N | A | QSA | Done …
|
/openssl/doc/ |
H A D | build.info | 2610 DEPEND[html/man3/SSL_get_event_timeout.html]=man3/SSL_get_event_timeout.pod 2611 GENERATE[html/man3/SSL_get_event_timeout.html]=man3/SSL_get_event_timeout.pod 2612 DEPEND[man/man3/SSL_get_event_timeout.3]=man3/SSL_get_event_timeout.pod 2613 GENERATE[man/man3/SSL_get_event_timeout.3]=man3/SSL_get_event_timeout.pod 3662 html/man3/SSL_get_event_timeout.html \ 4326 man/man3/SSL_get_event_timeout.3 \
|
/openssl/apps/ |
H A D | s_client.c | 2911 && SSL_get_event_timeout(con, &timeout, &is_infinite) in s_client_main()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2284 __owur int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7512 int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite) in SSL_get_event_timeout() function
|