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