Home | History | Annotate | Download | only in asn1

Lines Matching refs:ts

221 	struct tm *ts;
230 ts=OPENSSL_gmtime(&t, &data);
231 if (ts == NULL)
236 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
255 BIO_snprintf(p,len,"%04d%02d%02d%02d%02d%02dZ",ts->tm_year + 1900,
256 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);