Searched refs:asn1_time_from_tm (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | a_time.c | 265 ASN1_TIME *asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type) in asn1_time_from_tm() function 337 return asn1_time_from_tm(s, ts, V_ASN1_UNDEF); in ASN1_TIME_adj() 362 ret = asn1_time_from_tm(ret, &tm, V_ASN1_GENERALIZEDTIME); in ASN1_TIME_to_generalizedtime() 544 return asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL; in ASN1_TIME_normalize()
|
D | a_gentm.c | 74 return asn1_time_from_tm(s, ts, V_ASN1_GENERALIZEDTIME); in ASN1_GENERALIZEDTIME_adj()
|
D | a_utctm.c | 69 return asn1_time_from_tm(s, ts, V_ASN1_UTCTIME); in ASN1_UTCTIME_adj()
|
D | asn1_local.h | 83 ASN1_TIME *asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type);
|