ASN1_UTCTIME
ASN1_UTCTIME *revtm = NULL;
IMPLEMENT_ASN1_DUP_FUNCTION(ASN1_UTCTIME)
int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d)
int ASN1_UTCTIME_check(const ASN1_UTCTIME *d)
int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str)
ASN1_UTCTIME t;
ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t)
ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
ASN1_ITEM_ref(ASN1_UTCTIME),
int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
ASN1_UTCTIME *utctime;
ASN1_ITEM_ref(ASN1_UTCTIME),
ASN1_UTCTIME *utctime;
int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
DECLARE_ASN1_DUP_FUNCTION(ASN1_UTCTIME)
int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
ASN1_UTCTIME *utctime;