Searched refs:day (Results 1 – 7 of 7) 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 | 587 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()
|
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 | 247 int year, mon, day; /**< Date. */ member
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.function | 1600 int day, int hour, int min, int sec) 1620 TEST_EQUAL(day, time.day);
|
D | test_suite_x509parse.data | 3178 X509 Get time (UTC year without leap day) 3182 X509 Get time (UTC year with leap day) 3186 X509 Get time (UTC invalid day of month #1) 3190 X509 Get time (UTC invalid day of month #2) 3250 X509 Get time (UTC invalid character in day)
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 192 * with SIV modes (not yet present in the PSA API, but likely to come one day) (one full pass to cal…
|