Searched refs:hour (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/library/ |
D | x509_crl.c | 617 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info() 624 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info() 645 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
|
D | x509.c | 590 (unsigned int) t->hour > 23 || /* (0 - 23) */ in x509_date_is_valid() 637 tm->hour = x509_parse2_int(p + 6); in x509_parse_time() 1047 x = (((t1->hour << 12) | (t1->min << 6) | (t1->sec)) - in mbedtls_x509_time_cmp() 1048 ((t2->hour << 12) | (t2->min << 6) | (t2->sec))); in mbedtls_x509_time_cmp() 1064 now->hour = tm.tm_hour; in mbedtls_x509_time_gmtime()
|
D | x509_crt.c | 1792 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info() 1799 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
|
/mbedtls-latest/include/mbedtls/ |
D | x509.h | 248 int hour, min, sec; /**< Time. */ member
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.function | 1600 int day, int hour, int min, int sec) 1621 TEST_EQUAL(hour, time.hour);
|
D | test_suite_x509parse.data | 3194 X509 Get time (UTC invalid hour) 3254 X509 Get time (UTC invalid character in hour)
|