Lines Matching refs:time
7 - X509 time functions
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.
28 X509_cmp_timeframe() compares the given time period with the reference time
30 B<X509_V_FLAG_USE_CHECK_TIME>; else the current time is used as reference time.
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
43 In all methods, if I<in_tm> is NULL, the current time, expressed as
49 X509_gmtime_adj() sets the ASN1_TIME structure I<asn1_time> to the time
50 I<offset_sec> after the current time. It is equivalent to calling
61 is earlier than, or equal to, I<in_tm> (resp. current time), and 1
67 1 if the end time is not NULL and the reference time (which has determined as
68 stated above) is past the end time, -1 if the start time is not NULL and the
69 reference time is before, else 0 to indicate that the reference time is in range
70 (implying that the end time is not before the start time if both are present).