Home
last modified time | relevance | path

Searched refs:asn1_utctime_to_tm (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_utctm.c68 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in asn1_utctime_to_tm() function
162 return asn1_utctime_to_tm(NULL, d); in ASN1_UTCTIME_check()
246 if (!asn1_utctime_to_tm(&stm, s)) in ASN1_UTCTIME_cmp_time_t()
Dasn1_locl.h90 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
Da_time.c197 return asn1_utctime_to_tm(tm, t); in asn1_time_to_tm()