Home | History | Annotate | Download | only in tls

Lines Matching defs:sec

516 	int year, month, day, hour, min, sec;
595 if (sscanf(pos, "%02d", &sec) != 1) {
597 "(sec)", buf, len);
601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
1594 if ((unsigned long) now.sec <
1596 (unsigned long) now.sec >
1600 now.sec, cert->not_before, cert->not_after);