Searched refs:DTLS_set_timer_cb (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | DTLS_set_timer_cb.pod | 6 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 D | dtlstest.c | 106 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 D | d1_lib.c | 974 void DTLS_set_timer_cb(SSL *ssl, DTLS_timer_cb cb) in DTLS_set_timer_cb() function
|
/openssl/util/ |
H A D | libssl.num | 472 DTLS_set_timer_cb 473 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 1010 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 D | quic-api-ssl-funcs.md | 711 | `DTLS_set_timer_cb` | NDP | U | U | NC | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2783 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb);
|
Completed in 56 milliseconds