Home
last modified time | relevance | path

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

12

/freebsd/crypto/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)>,
H A DSSL_new_domain.pod63 and L<SSL_get_event_timeout(3)>.
H A DSSL_new_listener.pod59 L<SSL_get_event_timeout(3)>, L<SSL_get_rpoll_descriptor(3)>,
/freebsd/crypto/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-server-non-block.c254 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
/freebsd/crypto/openssl/fuzz/
H A Dquic-server.c217 if (!SSL_get_event_timeout(server, &tv, &isinf)) in FuzzerTestOneInput()
H A Dquic-client.c227 if (!SSL_get_event_timeout(client, &tv, &isinf)) in FuzzerTestOneInput()
/freebsd/crypto/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()
/freebsd/crypto/openssl/ssl/rio/
H A Dpoll_immediate.c238 if (!SSL_get_event_timeout(ssl, &timeout, &is_infinite)) in poll_translate()
/freebsd/crypto/openssl/test/
H A Dquic_tserver_test.c340 if (!TEST_true(SSL_get_event_timeout(c_ssl, &tv, &isinf))) in do_test()
/freebsd/secure/lib/libssl/
H A DVersion.map574 SSL_get_event_timeout;
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod424 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 Dopenssl-quic-concurrency.pod176 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 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
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c236 if (SSL_get_event_timeout(ssl, &tv, &isinfinite) && !isinfinite) in wait_for_activity()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-server-api.md79 - `SSL_get_event_timeout`;
116 * - `SSL_get_event_timeout`

12