Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Da_time.c461 struct tm tm_from, tm_to; in ASN1_TIME_diff() local
465 if (!ASN1_TIME_to_tm(to, &tm_to)) in ASN1_TIME_diff()
467 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()

Completed in 4 milliseconds