Home
last modified time | relevance | path

Searched refs:SSL_get_event_timeout (Results 1 – 25 of 25) sorted by relevance

/openssl/doc/man3/
H A DSSL_get_event_timeout.pod5 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 DSSL_get_rpoll_descriptor.pod37 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 DDTLSv1_get_timeout.pod36 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 DSSL_handle_events.pod41 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 DDTLSv1_handle_timeout.pod19 Use L<DTLSv1_get_timeout(3)> or L<SSL_get_event_timeout(3)> to determine
H A DBIO_get_rpoll_descriptor.pod95 L<SSL_handle_events(3)>, L<SSL_get_event_timeout(3)>, L<SSL_get_rpoll_descriptor(3)>,
/openssl/fuzz/
H A Dquic-client.c227 if (!SSL_get_event_timeout(client, &tv, &isinf)) in FuzzerTestOneInput()
/openssl/demos/guide/
H A Dquic-client-non-block.c139 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
H A Dquic-hq-interop.c238 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
/openssl/doc/designs/ddd/
H A DREPORT.md115 `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 Dddd-02-conn-nonblocking.c261 if (!SSL_get_event_timeout(conn->ssl, &tv, &is_infinite)) in get_conn_pump_timeout()
H A Dddd-04-fd-nonblocking.c228 if (!SSL_get_event_timeout(conn->ssl, &tv, &is_infinite)) in get_conn_pump_timeout()
H A Dddd-06-mem-uv.c592 if (!SSL_get_event_timeout(conn->ssl, &tv, &is_infinite)) in set_timer()
/openssl/test/
H A Dquic_tserver_test.c326 if (!TEST_true(SSL_get_event_timeout(c_ssl, &tv, &isinf))) in do_test()
/openssl/doc/man7/
H A Dopenssl-quic.pod417 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 Dossl-guide-quic-client-non-block.pod100 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 Dossl-guide-quic-introduction.pod91 L<SSL_get_event_timeout(3)> which tells an application the amount of time that
/openssl/test/helpers/
H A Dquictestlib.c452 if (!SSL_get_event_timeout(s, &tv, &cinf)) in qtest_wait_for_timeout()
/openssl/util/
H A Dlibssl.num577 SSL_get_event_timeout 578 3_2_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api.md34 - [`SSL_get_event_timeout`](#-ssl-get-event-timeout-)
440 #### `SSL_get_event_timeout`
507 `SSL_get_event_timeout`.
H A Dquic-api-ssl-funcs.md627 | `SSL_get_event_timeout` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/doc/
H A Dbuild.info2610 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 Ds_client.c2911 && SSL_get_event_timeout(con, &timeout, &is_infinite) in s_client_main()
/openssl/include/openssl/
H A Dssl.h.in2284 __owur int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite);
/openssl/ssl/
H A Dssl_lib.c7512 int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite) in SSL_get_event_timeout() function

Completed in 101 milliseconds