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

/external/boringssl/src/crypto/asn1/
H A Da_time.c212 int ASN1_TIME_diff(int *pday, int *psec, argument
220 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
/external/boringssl/src/crypto/
H A Dtime_support.c104 long *pday, int *psec) {
140 *psec = offset_hms;
174 int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, argument
201 if (psec) {
202 *psec = diff_sec;
103 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) argument

Completed in 75 milliseconds