Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dx509.c498 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()
Dx509_crl.c603 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()
Dx509_crt.c1398 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/
Dx509.h209 int hour, min, sec; /**< Time. */ member
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/
Dtest_suite_x509parse.function597 int hour, int min, int sec )
620 TEST_ASSERT( hour == time.hour );
Dtest_suite_x509parse.data1554 X509 Get time (UTC invalid hour)