Searched refs:in_tm (Results 1 – 2 of 2) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_cmp_time.pod | 11 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 D | x509_vfy.c | 2072 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj() argument 2074 return X509_time_adj_ex(s, 0, offset_sec, in_tm); in X509_time_adj() 2078 int offset_day, long offset_sec, time_t *in_tm) in X509_time_adj_ex() argument 2082 if (in_tm) in X509_time_adj_ex() 2083 t = *in_tm; in X509_time_adj_ex()
|
Completed in 13 milliseconds