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

  /external/boringssl/src/ssl/
d1_lib.c 176 int DTLSv1_get_timeout(const SSL *ssl, struct timeval *out) {
220 if (!DTLSv1_get_timeout(ssl, &timeleft)) {
  /external/boringssl/src/include/openssl/
ssl.h 282 * |DTLSv1_get_timeout| to determine the current timeout. If it expires before
401 * |DTLSv1_get_timeout| and |DTLSv1_handle_timeout| as appropriate. See
475 /* DTLSv1_get_timeout queries the next DTLS handshake timeout. If there is a
484 OPENSSL_EXPORT int DTLSv1_get_timeout(const SSL *ssl, struct timeval *out);
493 * |DTLSv1_get_timeout| will return an updated timeout.
    [all...]

Completed in 47 milliseconds