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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_time.c209 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t) function
231 if (!asn1_time_to_tm(&tm_from, from))
233 if (!asn1_time_to_tm(&tm_to, to))

Completed in 135 milliseconds