Searched refs:day (Results 1 – 7 of 7) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | x509.c | 525 CHECK_RANGE( 1, month_len, t->day ); in x509_date_is_valid() 559 CHECK( x509_parse_int( p, 2, &tm->day ) ); in x509_parse_time() 914 now->day = lt->tm_mday; in x509_get_current_time() 937 before->day > after->day ) in x509_check_time() 942 before->day == after->day && in x509_check_time() 948 before->day == after->day && in x509_check_time() 955 before->day == after->day && in x509_check_time()
|
D | x509_crl.c | 648 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info() 655 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info() 677 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
|
D | x509_crt.c | 2098 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info() 2105 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | x509.h | 232 int year, mon, day; /**< Date. */ member
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509parse.function | 1194 int day, int hour, int min, int sec ) 1214 TEST_ASSERT( day == time.day );
|
D | test_suite_x509parse.data | 2667 X509 Get time (UTC year without leap day) 2671 X509 Get time (UTC year with leap day) 2675 X509 Get time (UTC invalid day of month #1) 2679 X509 Get time (UTC invalid day of month #2) 2739 X509 Get time (UTC invalid character in day)
|
/openthread-2.7.6/src/cli/ |
D | README_HISTORY.md | 34 … Number of days is added for events that are older than 24 hours, e.g., `1 day 11:25:31.179`, or `…
|