Searched refs:DTLSv1_handle_timeout (Results 1 – 11 of 11) sorted by relevance
248 int DTLSv1_handle_timeout(SSL *ssl) { in DTLSv1_handle_timeout() function
63 int timeout_ret = DTLSv1_handle_timeout(ssl); in RetryAsync()
617 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);4670 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
341 ret = DTLSv1_handle_timeout (priv->ssl); in handle_timeout()
686 int timeout_ret = DTLSv1_handle_timeout(ssl); in RetryAsync()
244 `DTLS_CTRL_HANDLE_TIMEOUT` | `DTLSv1_handle_timeout`
1313 # define DTLSv1_handle_timeout(ssl) \ macro
2454 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0) in sv_body()
2875 if (SSL_is_dtls(con) && DTLSv1_handle_timeout(con) > 0) in s_client_main()
3004 (DTLSv1_handle_timeout(ssl) < 0)) { in coap_dtls_handle_timeout()
33 #define DTLSv1_handle_timeout BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLSv1_handle_timeout) macro