Searched refs:hour (Results 1 – 6 of 6) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | x509.c | 498 CHECK_RANGE( 0, 23, time->hour ); in x509_date_is_valid() 549 CHECK( x509_parse_int( p, 2, &time->hour ) ); in mbedtls_x509_get_time() 574 CHECK( x509_parse_int( p, 2, &time->hour ) ); in mbedtls_x509_get_time() 875 now->hour = st.wHour; in x509_get_current_time() 903 now->hour = lt->tm_hour; in x509_get_current_time() 937 before->hour > after->hour ) in x509_check_time() 943 before->hour == after->hour && in x509_check_time() 950 before->hour == after->hour && in x509_check_time()
|
D | x509_crl.c | 603 crl->this_update.day, crl->this_update.hour, in mbedtls_x509_crl_info() 610 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info() 632 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
|
D | x509_crt.c | 1398 crt->valid_from.day, crt->valid_from.hour, in mbedtls_x509_crt_info() 1405 crt->valid_to.day, crt->valid_to.hour, in mbedtls_x509_crt_info()
|
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | x509.h | 209 int hour, min, sec; /**< Time. */ member
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | test_suite_x509parse.function | 597 int hour, int min, int sec ) 620 TEST_ASSERT( hour == time.hour );
|
D | test_suite_x509parse.data | 1554 X509 Get time (UTC invalid hour)
|