Home
last modified time | relevance | path

Searched refs:DTLSv1_handle_timeout (Results 1 – 11 of 11) sorted by relevance

/third_party/boringssl/src/ssl/
Dd1_lib.cc248 int DTLSv1_handle_timeout(SSL *ssl) { in DTLSv1_handle_timeout() function
/third_party/boringssl/src/ssl/test/
Dhandshake_util.cc63 int timeout_ret = DTLSv1_handle_timeout(ssl); in RetryAsync()
/third_party/boringssl/src/include/openssl/
Dssl.h617 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
4670 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c341 ret = DTLSv1_handle_timeout (priv->ssl); in handle_timeout()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc686 int timeout_ret = DTLSv1_handle_timeout(ssl); in RetryAsync()
/third_party/boringssl/src/
DPORTING.md244 `DTLS_CTRL_HANDLE_TIMEOUT` | `DTLSv1_handle_timeout`
/third_party/openssl/include/openssl/
Dssl.h1313 # define DTLSv1_handle_timeout(ssl) \ macro
/third_party/openssl/apps/
Ds_server.c2454 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0) in sv_body()
Ds_client.c2875 if (SSL_is_dtls(con) && DTLSv1_handle_timeout(con) > 0) in s_client_main()
/third_party/libcoap/src/
Dcoap_openssl.c3004 (DTLSv1_handle_timeout(ssl) < 0)) { in coap_dtls_handle_timeout()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h33 #define DTLSv1_handle_timeout BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLSv1_handle_timeout) macro