Home
last modified time | relevance | path

Searched refs:month_lengths (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/crypto/asymmetric_keys/
Dx509_cert_parser.c495 static const unsigned char month_lengths[] = { 31, 28, 31, 30, 31, 30, in x509_decode_time() local
536 mon_len = month_lengths[mon - 1]; in x509_decode_time()