Home
last modified time | relevance | path

Searched refs:DTLS_set_timer_cb (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DDTLS_set_timer_cb.pod6 DTLS_set_timer_cb
15 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb);
29 The DTLS_set_timer_cb() function was added in OpenSSL 1.1.1.
/openssl/test/
H A Ddtlstest.c106 DTLS_set_timer_cb(clientssl1, timer_cb); in test_dtls_unprocessed()
264 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_drop_records()
265 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_drop_records()
373 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_duplicate_records()
374 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_duplicate_records()
445 DTLS_set_timer_cb(serverssl, timer_cb); in test_just_finished()
618 DTLS_set_timer_cb(clientssl, timer_cb); in test_listen()
619 DTLS_set_timer_cb(serverssl, timer_cb); in test_listen()
/openssl/ssl/
H A Dd1_lib.c974 void DTLS_set_timer_cb(SSL *ssl, DTLS_timer_cb cb) in DTLS_set_timer_cb() function
/openssl/util/
H A Dlibssl.num472 DTLS_set_timer_cb 473 3_0_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info1010 DEPEND[html/man3/DTLS_set_timer_cb.html]=man3/DTLS_set_timer_cb.pod
1011 GENERATE[html/man3/DTLS_set_timer_cb.html]=man3/DTLS_set_timer_cb.pod
1012 DEPEND[man/man3/DTLS_set_timer_cb.3]=man3/DTLS_set_timer_cb.pod
1013 GENERATE[man/man3/DTLS_set_timer_cb.3]=man3/DTLS_set_timer_cb.pod
3258 html/man3/DTLS_set_timer_cb.html \
3921 man/man3/DTLS_set_timer_cb.3 \
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md711 | `DTLS_set_timer_cb` | NDP | ��U | ��U | ��NC | ��Done …
/openssl/include/openssl/
H A Dssl.h.in2783 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb);

Completed in 53 milliseconds