Searched refs:DTLS_set_timer_cb (Results 1 – 6 of 6) sorted by relevance
6 DTLS_set_timer_cb15 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.
90 DTLS_set_timer_cb(clientssl1, timer_cb); in test_dtls_unprocessed()228 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_drop_records()229 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_drop_records()353 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_duplicate_records()354 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_duplicate_records()419 DTLS_set_timer_cb(serverssl, timer_cb); in test_just_finished()
962 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb) in DTLS_set_timer_cb() function
472 DTLS_set_timer_cb 473 3_0_0 EXIST::FUNCTION:
982 DEPEND[html/man3/DTLS_set_timer_cb.html]=man3/DTLS_set_timer_cb.pod983 GENERATE[html/man3/DTLS_set_timer_cb.html]=man3/DTLS_set_timer_cb.pod984 DEPEND[man/man3/DTLS_set_timer_cb.3]=man3/DTLS_set_timer_cb.pod985 GENERATE[man/man3/DTLS_set_timer_cb.3]=man3/DTLS_set_timer_cb.pod2967 html/man3/DTLS_set_timer_cb.html \3559 man/man3/DTLS_set_timer_cb.3 \
2495 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb);
Completed in 21 milliseconds