Home
last modified time | relevance | path

Searched refs:in_tm (Results 1 – 2 of 2) sorted by relevance

/openssl/doc/man3/
H A DX509_cmp_time.pod11 int X509_cmp_time(const ASN1_TIME *asn1_time, time_t *in_tm);
15 ASN1_TIME *X509_time_adj(ASN1_TIME *asn1_time, long offset_sec, time_t *in_tm);
17 offset_sec, time_t *in_tm);
23 in <in_tm>.
33 I<offset_day> and I<offset_sec> after I<in_tm>.
36 I<offset_sec> after I<in_tm>. This method can only handle second
43 In all methods, if I<in_tm> is NULL, the current time, expressed as
61 is earlier than, or equal to, I<in_tm> (resp. current time), and 1
/openssl/crypto/x509/
H A Dx509_vfy.c2039 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj() argument
2041 return X509_time_adj_ex(s, 0, offset_sec, in_tm); in X509_time_adj()
2045 int offset_day, long offset_sec, time_t *in_tm) in X509_time_adj_ex() argument
2049 if (in_tm) in X509_time_adj_ex()
2050 t = *in_tm; in X509_time_adj_ex()

Completed in 14 milliseconds