Searched refs:mon_len (Results 1 – 1 of 1) sorted by relevance
659 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local697 mon_len = month_lengths[mon - 1]; in x509_decode_time()700 mon_len = 29; in x509_decode_time()702 mon_len = 28; in x509_decode_time()704 mon_len = 29; in x509_decode_time()709 if (day < 1 || day > mon_len || in x509_decode_time()
Completed in 5 milliseconds