HomeSort by relevance Sort by last modified time
    Searched defs:DTLSv1_handle_timeout (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/
d1_lib.cc 247 int DTLSv1_handle_timeout(SSL *ssl) {
  /external/boringssl/src/include/openssl/
ssl.h 338 // |DTLSv1_handle_timeout|. Note that DTLS handshake retransmissions use fresh
448 // |DTLSv1_get_timeout| and |DTLSv1_handle_timeout| as appropriate. See
557 // When the timeout expires, call |DTLSv1_handle_timeout| to handle the
561 // machine changes, including when |DTLSv1_handle_timeout| is called.
564 // DTLSv1_handle_timeout is called when a DTLS handshake timeout expires. If no
581 OPENSSL_EXPORT int DTLSv1_handle_timeout(SSL *ssl);
    [all...]

Completed in 63 milliseconds