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

  /external/chromium_org/third_party/openssl/openssl/crypto/
o_time.c 81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
352 OPENSSL_gmtime(&t2, &tm2);
353 OPENSSL_gmtime(&t1, &tm1);
  /external/openssl/crypto/
o_time.c 81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
352 OPENSSL_gmtime(&t2, &tm2);
353 OPENSSL_gmtime(&t1, &tm1);

Completed in 1149 milliseconds