Searched refs:DTLSv1_handle_timeout (Results 1 – 7 of 7) sorted by relevance
274 int DTLSv1_handle_timeout(SSL *ssl) { in DTLSv1_handle_timeout() function
270 if (DTLSv1_handle_timeout(ssl) > 0) { in dtls1_read_bytes()
700 return DTLSv1_handle_timeout(ssl); in dtls1_read_failed()
503 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);4213 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
623 DTLSv1_handle_timeout(ssl_); in OnMessage()
893 DTLSv1_handle_timeout(ssl_); in OnMessage()
849 int timeout_ret = DTLSv1_handle_timeout(ssl); in RetryAsync()