Lines Matching refs:ASN1_TIME
20 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
25 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
33 int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
34 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str);
39 int ASN1_TIME_normalize(ASN1_TIME *s);
41 int ASN1_TIME_check(const ASN1_TIME *t);
45 int ASN1_TIME_print(BIO *b, const ASN1_TIME *s);
49 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm);
50 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
51 const ASN1_TIME *to);
53 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
56 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
58 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t,
82 ASN1_TIME_set_string_X509() sets ASN1_TIME structure B<s> to the time
130 The ASN1_TIME_to_generalizedtime() function converts an ASN1_TIME to an
136 The ASN1_TIME structure corresponds to the ASN.1 structure B<Time>
141 The ASN1_TIME, ASN1_UTCTIME and ASN1_GENERALIZEDTIME structures are represented
144 The ASN1_TIME structure can represent years from 0000 to 9999 but no attempt
161 It is recommended that functions starting with ASN1_TIME be used instead of
164 time format. The functions starting with ASN1_TIME will operate on either
216 ASN1_TIME *tm;