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

/external/boringssl/src/ssl/
H A Dd1_lib.c272 int DTLSv1_handle_timeout(SSL *ssl) { function
H A Dd1_pkt.c462 if (DTLSv1_handle_timeout(s) > 0) {
H A Dd1_both.c708 return DTLSv1_handle_timeout(s);
/external/boringssl/include/openssl/
H A Dssl.h1671 * When the timeout expires, call |DTLSv1_handle_timeout| to handle the
1675 * machine changes, including when |DTLSv1_handle_timeout| is called. */
1678 /* DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
1688 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
2537 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
/external/boringssl/src/include/openssl/
H A Dssl.h1671 * When the timeout expires, call |DTLSv1_handle_timeout| to handle the
1675 * machine changes, including when |DTLSv1_handle_timeout| is called. */
1678 /* DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
1688 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
2537 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc470 if (DTLSv1_handle_timeout(ssl) < 0) {

Completed in 67 milliseconds