Lines Matching refs:ASN1_TIME
24 IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME) in IMPLEMENT_ASN1_MSTRING() argument
26 IMPLEMENT_ASN1_FUNCTIONS(ASN1_TIME) in IMPLEMENT_ASN1_MSTRING()
74 int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d) in asn1_time_to_tm()
265 ASN1_TIME *asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type) in asn1_time_from_tm()
268 ASN1_TIME *tmps = NULL; in asn1_time_from_tm()
317 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t) in ASN1_TIME_set()
322 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, in ASN1_TIME_adj()
340 int ASN1_TIME_check(const ASN1_TIME *t) in ASN1_TIME_check()
350 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t, in ASN1_TIME_to_generalizedtime()
370 int ASN1_TIME_set_string(ASN1_TIME *s, const char *str) in ASN1_TIME_set_string()
378 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str) in ASN1_TIME_set_string_X509()
380 ASN1_TIME t; in ASN1_TIME_set_string_X509()
437 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm()
453 const ASN1_TIME *from, const ASN1_TIME *to) in ASN1_TIME_diff()
469 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print()
516 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t) in ASN1_TIME_cmp_time_t()
537 int ASN1_TIME_normalize(ASN1_TIME *t) in ASN1_TIME_normalize()
547 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b) in ASN1_TIME_compare()