Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_time.c186 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t) in asn1_time_to_tm() function
208 if (!asn1_time_to_tm(&tm_from, from)) in ASN1_TIME_diff()
210 if (!asn1_time_to_tm(&tm_to, to)) in ASN1_TIME_diff()