Searched refs:in_tm (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.c1128 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *in_tm) argument
1133 if (in_tm) t = *in_tm;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.c1928 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) argument
1930 return X509_time_adj_ex(s, 0, offset_sec, in_tm);
1934 int offset_day, long offset_sec, time_t *in_tm)
1938 if (in_tm)
1939 t = *in_tm;
1933 X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *in_tm) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c1928 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) argument
1930 return X509_time_adj_ex(s, 0, offset_sec, in_tm);
1934 int offset_day, long offset_sec, time_t *in_tm)
1938 if (in_tm)
1939 t = *in_tm;
1933 X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *in_tm) argument

Completed in 69 milliseconds