Searched refs:DTLSv1_handle_timeout (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_lib.c274 int DTLSv1_handle_timeout(SSL *ssl) { function
H A Dd1_pkt.c270 if (DTLSv1_handle_timeout(ssl) > 0) {
H A Dd1_both.c700 return DTLSv1_handle_timeout(ssl);
/external/webrtc/webrtc/base/
H A Dopenssladapter.cc623 DTLSv1_handle_timeout(ssl_);
H A Dopensslstreamadapter.cc893 DTLSv1_handle_timeout(ssl_);
/external/boringssl/include/openssl/
H A Dssl.h283 * the next retry, call |DTLSv1_handle_timeout|. Note that DTLS handshake
401 * |DTLSv1_get_timeout| and |DTLSv1_handle_timeout| as appropriate. See
479 * When the timeout expires, call |DTLSv1_handle_timeout| to handle the
483 * machine changes, including when |DTLSv1_handle_timeout| is called. */
486 /* DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
503 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
4213 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
/external/boringssl/src/include/openssl/
H A Dssl.h283 * the next retry, call |DTLSv1_handle_timeout|. Note that DTLS handshake
401 * |DTLSv1_get_timeout| and |DTLSv1_handle_timeout| as appropriate. See
479 * When the timeout expires, call |DTLSv1_handle_timeout| to handle the
483 * machine changes, including when |DTLSv1_handle_timeout| is called. */
486 /* DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
503 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
4213 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc849 int timeout_ret = DTLSv1_handle_timeout(ssl);

Completed in 196 milliseconds