Searched refs:sec (Results 1 – 6 of 6) sorted by relevance
/mbedtls-development/library/ |
A D | x509.c | 505 CHECK_RANGE( 0, 59, t->sec ); in x509_date_is_valid() 568 CHECK( x509_parse_int( p, 2, &tm->sec ) ); in x509_parse_time() 919 now->sec = lt->tm_sec; in x509_get_current_time() 960 before->sec > after->sec ) in x509_check_time()
|
A D | x509_crl.c | 650 crl->this_update.min, crl->this_update.sec ); in mbedtls_x509_crl_info() 657 crl->next_update.min, crl->next_update.sec ); in mbedtls_x509_crl_info() 679 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
|
A D | x509_crt.c | 2114 crt->valid_from.min, crt->valid_from.sec ); in mbedtls_x509_crt_info() 2121 crt->valid_to.min, crt->valid_to.sec ); 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 ) 1235 TEST_ASSERT( sec == time.sec );
|
A D | test_suite_x509parse.data | 2627 X509 Get time (UTC invalid sec) 2687 X509 Get time (UTC invalid character in sec)
|
Completed in 21 milliseconds