Searched defs:DTLSv1_handle_timeout (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_lib.c246 int DTLSv1_handle_timeout(SSL *ssl) { function
/external/boringssl/include/openssl/
H A Dssl.h328 * |DTLSv1_handle_timeout|. Note that DTLS handshake retransmissions use fresh
438 * |DTLSv1_get_timeout| and |DTLSv1_handle_timeout| as appropriate. See
533 * When the timeout expires, call |DTLSv1_handle_timeout| to handle the
537 * machine changes, including when |DTLSv1_handle_timeout| is called. */
540 /* DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
557 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
4357 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro
/external/boringssl/src/include/openssl/
H A Dssl.h328 * |DTLSv1_handle_timeout|. Note that DTLS handshake retransmissions use fresh
438 * |DTLSv1_get_timeout| and |DTLSv1_handle_timeout| as appropriate. See
533 * When the timeout expires, call |DTLSv1_handle_timeout| to handle the
537 * machine changes, including when |DTLSv1_handle_timeout| is called. */
540 /* DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
557 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
4357 #define DTLSv1_handle_timeout DTLSv1_handle_timeout macro

Completed in 3780 milliseconds