Searched refs:asn1_utctime_to_tm (Results 1 – 3 of 3) sorted by relevance
68 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in asn1_utctime_to_tm() function162 return asn1_utctime_to_tm(NULL, d); in ASN1_UTCTIME_check()246 if (!asn1_utctime_to_tm(&stm, s)) in ASN1_UTCTIME_cmp_time_t()
90 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
197 return asn1_utctime_to_tm(tm, t); in asn1_time_to_tm()