Lines Matching refs:asn1_time
11 int X509_cmp_time(const ASN1_TIME *asn1_time, time_t *in_tm);
12 int X509_cmp_current_time(const ASN1_TIME *asn1_time);
15 ASN1_TIME *X509_time_adj(ASN1_TIME *asn1_time, long offset_sec, time_t *in_tm);
16 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *asn1_time, int offset_day, long
18 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *asn1_time, long offset_sec);
22 X509_cmp_time() compares the ASN1_TIME in I<asn1_time> with the time
26 I<asn1_time> with the current time, expressed as time_t.
32 X509_time_adj_ex() sets the ASN1_TIME structure I<asn1_time> to the time
35 X509_time_adj() sets the ASN1_TIME structure I<asn1_time> to the time
40 In both methods, if I<asn1_time> is NULL, a new ASN1_TIME structure
46 I<asn1_time> must satisfy the ASN1_TIME format mandated by RFC 5280,
49 X509_gmtime_adj() sets the ASN1_TIME structure I<asn1_time> to the time
60 X509_cmp_time() and X509_cmp_current_time() return -1 if I<asn1_time>