Searched refs:OPENSSL_gmtime_diff (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dasn1_locl.h81 /* OPENSSL_gmtime_diff calculates the difference between |from| and |to| and
84 int OPENSSL_gmtime_diff(int *out_days, int *out_secs, const struct tm *from,
H A Dtime_support.c174 int OPENSSL_gmtime_diff(int *out_days, int *out_secs, const struct tm *from, function
H A Da_time.c212 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
H A Da_utctm.c252 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm))

Completed in 390 milliseconds