Searched refs:mon_len (Results 1 – 1 of 1) sorted by relevance
617 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local655 mon_len = month_lengths[mon - 1]; in x509_decode_time()658 mon_len = 29; in x509_decode_time()660 mon_len = 28; in x509_decode_time()662 mon_len = 29; in x509_decode_time()667 if (day < 1 || day > mon_len || in x509_decode_time()
Completed in 4 milliseconds