Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:year

516 	int year, month, day, hour, min, sec;
537 if (sscanf(pos, "%02d", &year) != 1) {
539 "UTCTime year", buf, len);
542 if (year < 50)
543 year += 2000;
545 year += 1900;
554 if (sscanf(pos, "%04d", &year) != 1) {
556 "GeneralizedTime year", buf, len);
601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
604 if (year < 1970) {
610 wpa_printf(MSG_DEBUG, "X509: Year=%d before epoch - "
611 "assume epoch as the time", year);
637 * validity dates through the year 2049 as UTCTime; certificate