Lines Matching refs:SSL
17 static int dtls1_handshake_write(SSL *s);
67 int dtls1_new(SSL *s) in dtls1_new()
108 static void dtls1_clear_queues(SSL *s) in dtls1_clear_queues()
114 void dtls1_clear_received_buffer(SSL *s) in dtls1_clear_received_buffer()
126 void dtls1_clear_sent_buffer(SSL *s) in dtls1_clear_sent_buffer()
139 void dtls1_free(SSL *s) in dtls1_free()
155 int dtls1_clear(SSL *s) in dtls1_clear()
207 long dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) in dtls1_ctrl()
243 void dtls1_start_timer(SSL *s) in dtls1_start_timer()
287 struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft) in dtls1_get_timeout()
327 int dtls1_is_timer_expired(SSL *s) in dtls1_is_timer_expired()
345 static void dtls1_double_timeout(SSL *s) in dtls1_double_timeout()
352 void dtls1_stop_timer(SSL *s) in dtls1_stop_timer()
364 int dtls1_check_timeout_num(SSL *s) in dtls1_check_timeout_num()
388 int dtls1_handle_timeout(SSL *s) in dtls1_handle_timeout()
440 int DTLSv1_listen(SSL *s, BIO_ADDR *client) in DTLSv1_listen()
855 static int dtls1_handshake_write(SSL *s) in dtls1_handshake_write()
860 int dtls1_shutdown(SSL *s) in dtls1_shutdown()
885 int dtls1_query_mtu(SSL *s) in dtls1_query_mtu()
921 size_t dtls1_min_mtu(SSL *s) in dtls1_min_mtu()
926 size_t DTLS_get_data_mtu(const SSL *s) in DTLS_get_data_mtu()
962 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb) in DTLS_set_timer_cb()