Searched refs:day (Results 1 – 6 of 6) sorted by relevance
/mbedtls-development/library/ |
A 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() 916 now->day = lt->tm_mday; in x509_get_current_time() 939 before->day > after->day ) in x509_check_time() 944 before->day == after->day && in x509_check_time() 950 before->day == after->day && in x509_check_time() 957 before->day == after->day && in x509_check_time()
|
A D | x509_crl.c | 649 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info() 656 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info() 678 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
|
A D | x509_crt.c | 2113 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info() 2120 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
|
/mbedtls-development/include/mbedtls/ |
A D | x509.h | 249 int year, mon, day; /**< Date. */ member
|
/mbedtls-development/tests/suites/ |
A D | test_suite_x509parse.function | 1212 int day, int hour, int min, int sec ) 1232 TEST_ASSERT( day == time.day );
|
A D | test_suite_x509parse.data | 2603 X509 Get time (UTC year without leap day) 2607 X509 Get time (UTC year with leap day) 2611 X509 Get time (UTC invalid day of month #1) 2615 X509 Get time (UTC invalid day of month #2) 2675 X509 Get time (UTC invalid character in day)
|
Completed in 18 milliseconds