OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2748 milliseconds