Lines Matching refs:ASN1_TIME

25 IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME)  in IMPLEMENT_ASN1_MSTRING()  argument
27 IMPLEMENT_ASN1_FUNCTIONS(ASN1_TIME) in IMPLEMENT_ASN1_MSTRING()
28 IMPLEMENT_ASN1_DUP_FUNCTION(ASN1_TIME) in IMPLEMENT_ASN1_MSTRING()
76 int ossl_asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d) in ossl_asn1_time_to_tm()
267 ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type) in ossl_asn1_time_from_tm()
270 ASN1_TIME *tmps = NULL; in ossl_asn1_time_from_tm()
319 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t) in ASN1_TIME_set()
324 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, in ASN1_TIME_adj()
342 int ASN1_TIME_check(const ASN1_TIME *t) in ASN1_TIME_check()
352 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t, in ASN1_TIME_to_generalizedtime()
372 int ASN1_TIME_set_string(ASN1_TIME *s, const char *str) in ASN1_TIME_set_string()
380 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str) in ASN1_TIME_set_string_X509()
382 ASN1_TIME t; in ASN1_TIME_set_string_X509()
441 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm()
457 const ASN1_TIME *from, const ASN1_TIME *to) in ASN1_TIME_diff()
474 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print()
480 int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ASN1_TIME_print_ex()
488 int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ossl_asn1_time_print_ex()
544 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t) in ASN1_TIME_cmp_time_t()
565 int ASN1_TIME_normalize(ASN1_TIME *t) in ASN1_TIME_normalize()
575 int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b) in ASN1_TIME_compare()