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

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_lib.c 254 if (dtls1_get_timeout(s, (struct timeval*) parg) != NULL)
318 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft) function
368 if (dtls1_get_timeout(s, &timeleft) == NULL)
  /external/openssl/ssl/
d1_lib.c 254 if (dtls1_get_timeout(s, (struct timeval*) parg) != NULL)
318 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft) function
368 if (dtls1_get_timeout(s, &timeleft) == NULL)

Completed in 48 milliseconds