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

  /external/openssl/ssl/
d1_lib.c 221 if (dtls1_get_timeout(s, (struct timeval*) parg) != NULL)
276 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft) function
316 if (dtls1_get_timeout(s, &timeleft) == NULL)
ssl_locl.h 872 struct timeval* dtls1_get_timeout(SSL *s, struct timeval* timeleft);
    [all...]

Completed in 53 milliseconds