Lines Matching defs:s
67 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in dtls1_new() local
109 static void dtls1_clear_queues(SSL_CONNECTION *s) in dtls1_clear_queues()
115 void dtls1_clear_received_buffer(SSL_CONNECTION *s) in dtls1_clear_received_buffer()
127 void dtls1_clear_sent_buffer(SSL_CONNECTION *s) in dtls1_clear_sent_buffer()
153 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in dtls1_free() local
179 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in dtls1_clear() local
233 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in dtls1_ctrl() local
278 void dtls1_start_timer(SSL_CONNECTION *s) in dtls1_start_timer()
310 int dtls1_get_timeout(const SSL_CONNECTION *s, OSSL_TIME *timeleft) in dtls1_get_timeout()
332 int dtls1_is_timer_expired(SSL_CONNECTION *s) in dtls1_is_timer_expired()
348 static void dtls1_double_timeout(SSL_CONNECTION *s) in dtls1_double_timeout()
355 void dtls1_stop_timer(SSL_CONNECTION *s) in dtls1_stop_timer()
366 int dtls1_check_timeout_num(SSL_CONNECTION *s) in dtls1_check_timeout_num()
391 int dtls1_handle_timeout(SSL_CONNECTION *s) in dtls1_handle_timeout()
430 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in DTLSv1_listen() local
853 static int dtls1_handshake_write(SSL_CONNECTION *s) in dtls1_handshake_write()
858 int dtls1_shutdown(SSL *s) in dtls1_shutdown()
887 int dtls1_query_mtu(SSL_CONNECTION *s) in dtls1_query_mtu()
925 size_t dtls1_min_mtu(SSL_CONNECTION *s) in dtls1_min_mtu()
937 const SSL_CONNECTION *s = SSL_CONNECTION_FROM_CONST_SSL_ONLY(ssl); in DTLS_get_data_mtu() local
976 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in DTLS_set_timer_cb() local