Searched refs:ASN1_UTCTIME (Results 1 – 2 of 2) sorted by relevance
541 ASN1_UTCTIME *utctime;704 # define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\707 # define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\846 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);847 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);848 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,850 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);851 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);853 time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s);890 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)[all …]
72 # define ASN1_UTCTIME ASN1_STRING macro93 typedef struct asn1_string_st ASN1_UTCTIME;
Completed in 8 milliseconds