Searched refs:hour (Results 1 – 6 of 6) sorted by relevance
/mbedtls-development/library/ |
A D | x509.c | 503 CHECK_RANGE( 0, 23, t->hour ); in x509_date_is_valid() 560 CHECK( x509_parse_int( p, 2, &tm->hour ) ); in x509_parse_time() 917 now->hour = lt->tm_hour; in x509_get_current_time() 945 before->hour > after->hour ) in x509_check_time() 951 before->hour == after->hour && in x509_check_time() 958 before->hour == after->hour && 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 | 250 int hour, min, sec; /**< Time. */ member
|
/mbedtls-development/tests/suites/ |
A D | test_suite_x509parse.function | 1212 int day, int hour, int min, int sec ) 1233 TEST_ASSERT( hour == time.hour );
|
A D | test_suite_x509parse.data | 2619 X509 Get time (UTC invalid hour) 2679 X509 Get time (UTC invalid character in hour)
|
Completed in 19 milliseconds