Home
last modified time | relevance | path

Searched refs:DTLSv1_handle_timeout (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DDTLSv1_handle_timeout.pod5 DTLSv1_handle_timeout - handle a pending timeout event for a DTLS or QUIC SSL
12 int DTLSv1_handle_timeout(SSL *ssl);
16 DTLSv1_handle_timeout() handles any timeout events which have become pending
20 when to call DTLSv1_handle_timeout().
H A DDTLSv1_get_timeout.pod21 time left before the SSL object needs have DTLSv1_handle_timeout() called on it.
32 Once the timeout expires, DTLSv1_handle_timeout() should be called to handle any
34 L<DTLSv1_handle_timeout(3)>.
47 L<DTLSv1_handle_timeout(3)>, L<SSL_get_event_timeout(3)>, L<ssl(7)>
H A DSSL_handle_events.pod36 L<DTLSv1_handle_timeout(3)>. Since SSL_handle_events() handles a superset of the use
37 cases of L<DTLSv1_handle_timeout(3)>, it should be preferred for new
76 Note that SSL_handle_events() supersedes the older L<DTLSv1_handle_timeout(3)> function
85 L<SSL_get_event_timeout(3)>, L<DTLSv1_handle_timeout(3)>, L<ssl(7)>
/freebsd/crypto/openssl/util/
H A Dmissingmacro.txt132 DTLSv1_handle_timeout(3)
H A Dmissingmacro111.txt177 DTLSv1_handle_timeout(3)
H A Dother.syms291 DTLSv1_handle_timeout define
/freebsd/crypto/openssl/doc/
H A Dbuild.info1026 DEPEND[html/man3/DTLSv1_handle_timeout.html]=man3/DTLSv1_handle_timeout.pod
1027 GENERATE[html/man3/DTLSv1_handle_timeout.html]=man3/DTLSv1_handle_timeout.pod
1028 DEPEND[man/man3/DTLSv1_handle_timeout.3]=man3/DTLSv1_handle_timeout.pod
1029 GENERATE[man/man3/DTLSv1_handle_timeout.3]=man3/DTLSv1_handle_timeout.pod
3304 html/man3/DTLSv1_handle_timeout.html \
3976 man/man3/DTLSv1_handle_timeout.3 \
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod527 This can also be used with DTLS and supersedes L<DTLSv1_handle_timeout(3)> for
/freebsd/crypto/openssl/apps/
H A Ds_server.c2672 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0) in sv_body()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1394 # define DTLSv1_handle_timeout(ssl) \ macro
H A Dssl.h.in1347 # define DTLSv1_handle_timeout(ssl) \ macro
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md437 network I/O. Also compatible with DTLSv1 and supersedes `DTLSv1_handle_timeout`
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7637 return DTLSv1_handle_timeout(s) >= 0; in SSL_handle_events()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile138 MAN+= DTLSv1_handle_timeout.3