Searched refs:asn1_utctime_to_tm (Results 1 – 4 of 4) sorted by relevance
/crypto/asn1/ |
A D | a_utctm.cc | 27 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d, in asn1_utctime_to_tm() function 41 return asn1_utctime_to_tm(NULL, d, /*allow_timezone_offset=*/1); in ASN1_UTCTIME_check()
|
A D | internal.h | 87 OPENSSL_EXPORT int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d,
|
A D | a_time.cc | 174 return asn1_utctime_to_tm(tm, t, allow_timezone_offset); in asn1_time_to_tm()
|
A D | asn1_test.cc | 954 if (!asn1_utctime_to_tm(&stm, s, /*allow_timezone_offset=*/1)) { in ASN1Time_check_posix()
|
Completed in 12 milliseconds