Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dx509.c525 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 Dx509_crl.c649 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 Dx509_crt.c2113 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 Dx509.h249 int year, mon, day; /**< Date. */ member
/mbedtls-development/tests/suites/
A Dtest_suite_x509parse.function1212 int day, int hour, int min, int sec )
1232 TEST_ASSERT( day == time.day );
A Dtest_suite_x509parse.data2603 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 19 milliseconds