Searched refs:asn1_time_to_tm (Results 1 – 4 of 4) sorted by relevance
74 int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d) in asn1_time_to_tm() function411 if (!asn1_time_to_tm(&tm, &t)) in ASN1_TIME_set_string_X509()449 return asn1_time_to_tm(tm, s); in ASN1_TIME_to_tm()476 if (!asn1_time_to_tm(&stm, tm)) { in ASN1_TIME_print()
26 return asn1_time_to_tm(tm, d); in asn1_generalizedtime_to_tm()
22 return asn1_time_to_tm(tm, d); in asn1_utctime_to_tm()
12 int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d);