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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_time.c201 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t) function
223 if (!asn1_time_to_tm(&tm_from, from))
225 if (!asn1_time_to_tm(&tm_to, to))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_time.c201 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t) function
223 if (!asn1_time_to_tm(&tm_from, from))
225 if (!asn1_time_to_tm(&tm_to, to))

Completed in 108 milliseconds