Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dasn1_locl.h62 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d);
Da_gentm.c67 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d) in asn1_generalizedtime_to_tm() function
182 return asn1_generalizedtime_to_tm(NULL, d); in ASN1_GENERALIZEDTIME_check()
Da_time.c207 return asn1_generalizedtime_to_tm(tm, t); in asn1_time_to_tm()