OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENSSL_gmtime_diff
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/include/openssl/
time_support.h
79
/*
OPENSSL_gmtime_diff
calculates the difference between |from| and |to| and
82
int
OPENSSL_gmtime_diff
(int *out_days, int *out_secs, const struct tm *from,
/external/boringssl/src/crypto/
time_support.c
180
int
OPENSSL_gmtime_diff
(int *pday, int *psec, const struct tm *from,
/external/boringssl/src/crypto/asn1/
a_time.c
220
return
OPENSSL_gmtime_diff
(pday, psec, &tm_from, &tm_to);
a_utctm.c
291
if (!
OPENSSL_gmtime_diff
(&day, &sec, &ttm, &stm))
Completed in 555 milliseconds