Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_crl.c617 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()
Dx509.c590 (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()
Dx509_crt.c1792 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/
Dx509.h248 int hour, min, sec; /**< Time. */ member
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function1600 int day, int hour, int min, int sec)
1621 TEST_EQUAL(hour, time.hour);
Dtest_suite_x509parse.data3194 X509 Get time (UTC invalid hour)
3254 X509 Get time (UTC invalid character in hour)