Searched refs:asn1_generalizedtime_to_tm (Results 1 – 3 of 3) sorted by relevance
62 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d);
67 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d) in asn1_generalizedtime_to_tm() function182 return asn1_generalizedtime_to_tm(NULL, d); in ASN1_GENERALIZEDTIME_check()
207 return asn1_generalizedtime_to_tm(tm, t); in asn1_time_to_tm()