Home | History | Annotate | Download | only in asn1

Lines Matching defs:ts

193     struct tm *ts;
205 ts = OPENSSL_gmtime(&t, &data);
206 if (ts == NULL)
210 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
214 if ((ts->tm_year < 50) || (ts->tm_year >= 150))
229 BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", ts->tm_year % 100,
230 ts->tm_mon + 1, ts->tm_mday, ts->tm_hour, ts->tm_min,
231 ts->tm_sec);