Searched refs:DTLSv1_get_timeout (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | DTLSv1_get_timeout.pod | 5 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 D | SSL_get_event_timeout.pod | 50 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 D | DTLSv1_handle_timeout.pod | 19 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 D | missingmacro.txt | 131 DTLSv1_get_timeout(3)
|
H A D | missingmacro111.txt | 176 DTLSv1_get_timeout(3)
|
H A D | other.syms | 290 DTLSv1_get_timeout define
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 449 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 D | build.info | 1022 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 D | openssl-quic.pod | 514 This can also be used with DTLS and supersedes L<DTLSv1_get_timeout(3)> for new
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 2665 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in sv_body()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1392 # define DTLSv1_get_timeout(ssl, arg) \ macro
|
H A D | ssl.h.in | 1345 # define DTLSv1_get_timeout(ssl, arg) \ macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 7653 && DTLSv1_get_timeout(s, tv)) { in SSL_get_event_timeout()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 137 MAN+= DTLSv1_get_timeout.3
|