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.c 274 int DTLSv1_handle_timeout(SSL *ssl) {
  /external/boringssl/src/include/openssl/
ssl.h 283 * 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);
    [all...]

Completed in 3589 milliseconds