Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dx509_crl.c616 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info()
623 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info()
644 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
Dx509.c587 if ((unsigned int) (t->day - 1) >= month_days || /* (1 - days in month) */ in x509_date_is_valid()
636 tm->day = x509_parse2_int(p + 4); in x509_parse_time()
1041 x = (((t1->year << 9) | (t1->mon << 5) | (t1->day)) - in mbedtls_x509_time_cmp()
1042 ((t2->year << 9) | (t2->mon << 5) | (t2->day))); in mbedtls_x509_time_cmp()
1063 now->day = tm.tm_mday; in mbedtls_x509_time_gmtime()
Dx509_crt.c1789 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info()
1796 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
/mbedtls-3.6.0/include/mbedtls/
Dx509.h247 int year, mon, day; /**< Date. */ member
/mbedtls-3.6.0/tests/suites/
Dtest_suite_x509parse.function1509 int day, int hour, int min, int sec)
1529 TEST_EQUAL(day, time.day);
Dtest_suite_x509parse.data3146 X509 Get time (UTC year without leap day)
3150 X509 Get time (UTC year with leap day)
3154 X509 Get time (UTC invalid day of month #1)
3158 X509 Get time (UTC invalid day of month #2)
3218 X509 Get time (UTC invalid character in day)