Home | History | Annotate | Download | only in asn1

Lines Matching defs:ts

196 	struct tm *ts;
210 ts=OPENSSL_gmtime(&t, &data);
211 if (ts == NULL)
216 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
220 if((ts->tm_year < 50) || (ts->tm_year >= 150))
237 BIO_snprintf(p,len,"%02d%02d%02d%02d%02d%02dZ",ts->tm_year%100,
238 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);