Searched defs:OPENSSL_gmtime (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/
H A Dtime_support.c66 struct tm *OPENSSL_gmtime(const time_t *time, struct tm *result) { function
/external/openssl/crypto/
H A Do_time.c81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) function
352 OPENSSL_gmtime(&t2, &tm2);
353 OPENSSL_gmtime(&t1, &tm1);

Completed in 552 milliseconds