HomeSort by relevance Sort by last modified time
    Searched full:get_current_time (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
d1_lib.c 74 static void get_current_time(OPENSSL_timeval *t);
335 get_current_time(&s->d1->next_timeout);
353 get_current_time(&timenow);
469 static void get_current_time(OPENSSL_timeval *t) function
  /external/openssl/ssl/
d1_lib.c 69 static void get_current_time(struct timeval *t);
325 get_current_time(&(s->d1->next_timeout));
343 get_current_time(&timenow);
467 static void get_current_time(struct timeval *t) function
  /external/openssl/crypto/bio/
bss_dgram.c 122 static void get_current_time(struct timeval *t);
298 get_current_time(&timenow);
1855 static void get_current_time(struct timeval *t) function
    [all...]

Completed in 112 milliseconds