Searched refs:in_tm (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/doc/man3/ |
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
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 1956 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj() argument 1958 return X509_time_adj_ex(s, 0, offset_sec, in_tm); in X509_time_adj() 1962 int offset_day, long offset_sec, time_t *in_tm) in X509_time_adj_ex() argument 1966 if (in_tm) in X509_time_adj_ex() 1967 t = *in_tm; in X509_time_adj_ex()
|