Home
last modified time | relevance | path

Searched refs:tm_to (Results 1 – 1 of 1) sorted by relevance

/crypto/asn1/
A Da_time.cc184 struct tm tm_from, tm_to; in ASN1_TIME_diff() local
188 if (!asn1_time_to_tm(&tm_to, to, /*allow_timezone_offset=*/1)) { in ASN1_TIME_diff()
191 return OPENSSL_gmtime_diff(out_days, out_seconds, &tm_from, &tm_to); in ASN1_TIME_diff()

Completed in 2 milliseconds