Home
last modified time | relevance | path

Searched refs:day (Results 1 – 7 of 7) 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.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.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.h247 int year, mon, day; /**< Date. */ member
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function1600 int day, int hour, int min, int sec)
1620 TEST_EQUAL(day, time.day);
Dtest_suite_x509parse.data3178 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/
Dpsa-shared-memory.md192 * with SIV modes (not yet present in the PSA API, but likely to come one day) (one full pass to cal…