Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dx509.c503 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 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.h250 int hour, min, sec; /**< Time. */ member
/mbedtls-development/tests/suites/
A Dtest_suite_x509parse.function1212 int day, int hour, int min, int sec )
1233 TEST_ASSERT( hour == time.hour );
A Dtest_suite_x509parse.data2619 X509 Get time (UTC invalid hour)
2679 X509 Get time (UTC invalid character in hour)

Completed in 19 milliseconds