Searched refs:hour (Results 1 – 1 of 1) sorted by relevance
| /crypto/asymmetric_keys/ |
| A D | x509_cert_parser.c | 659 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local 686 hour = DD2bin(p); in x509_decode_time() 710 hour > 24 || /* ISO 8601 permits 24:00:00 as midnight tomorrow */ in x509_decode_time() 715 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
|
Completed in 5 milliseconds