Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DDTLSv1_get_timeout.pod5 DTLSv1_get_timeout - determine when a DTLS or QUIC SSL object next needs a
12 int DTLSv1_get_timeout(SSL *s, struct timeval *tv);
16 DTLSv1_get_timeout() can be used on a DTLS or QUIC SSL object to determine when
20 Calling DTLSv1_get_timeout() results in I<*tv> being written with an amount of
29 Note that the value output by a call to DTLSv1_get_timeout() may change as a
H A DSSL_get_event_timeout.pod50 L<DTLSv1_get_timeout(3)> function. Note that this function differs from
51 L<DTLSv1_get_timeout(3)> in that the case where no timeout is active is
61 Note that SSL_get_event_timeout() supersedes the older L<DTLSv1_get_timeout(3)>
73 L<SSL_handle_events(3)>, L<DTLSv1_get_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
40 L<DTLSv1_get_timeout(3)>, L<SSL_handle_events(3)>, L<ssl(7)>
/freebsd/crypto/openssl/util/
H A Dmissingmacro.txt131 DTLSv1_get_timeout(3)
H A Dmissingmacro111.txt176 DTLSv1_get_timeout(3)
H A Dother.syms290 DTLSv1_get_timeout define
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md449 This is similar to the existing `DTLSv1_get_timeout` function, but it is not
451 protocol-agnostic API for this purpose, superseding `DTLSv1_get_timeout` for all
454 The design is similar to that of `DTLSv1_get_timeout` and uses a `struct
456 `is_infinite` argument, whereas whereas `DTLSv1_get_timeout` represents an
/freebsd/crypto/openssl/doc/
H A Dbuild.info1022 DEPEND[html/man3/DTLSv1_get_timeout.html]=man3/DTLSv1_get_timeout.pod
1023 GENERATE[html/man3/DTLSv1_get_timeout.html]=man3/DTLSv1_get_timeout.pod
1024 DEPEND[man/man3/DTLSv1_get_timeout.3]=man3/DTLSv1_get_timeout.pod
1025 GENERATE[man/man3/DTLSv1_get_timeout.3]=man3/DTLSv1_get_timeout.pod
3303 html/man3/DTLSv1_get_timeout.html \
3975 man/man3/DTLSv1_get_timeout.3 \
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod514 This can also be used with DTLS and supersedes L<DTLSv1_get_timeout(3)> for new
/freebsd/crypto/openssl/apps/
H A Ds_server.c2665 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in sv_body()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1392 # define DTLSv1_get_timeout(ssl, arg) \ macro
H A Dssl.h.in1345 # define DTLSv1_get_timeout(ssl, arg) \ macro
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c7653 && DTLSv1_get_timeout(s, tv)) { in SSL_get_event_timeout()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile137 MAN+= DTLSv1_get_timeout.3