Searched refs:sec (Results 1 – 6 of 6) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | x509.c | 500 CHECK_RANGE( 0, 59, time->sec ); in x509_date_is_valid() 552 CHECK( x509_parse_int( p, 2, &time->sec ) ); in mbedtls_x509_get_time() 577 CHECK( x509_parse_int( p, 2, &time->sec ) ); in mbedtls_x509_get_time() 877 now->sec = st.wSecond; in x509_get_current_time() 905 now->sec = lt->tm_sec; in x509_get_current_time() 952 before->sec > after->sec ) in x509_check_time()
|
D | x509_crl.c | 604 crl->this_update.min, crl->this_update.sec ); in mbedtls_x509_crl_info() 611 crl->next_update.min, crl->next_update.sec ); in mbedtls_x509_crl_info() 633 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
|
D | x509_crt.c | 1399 crt->valid_from.min, crt->valid_from.sec ); in mbedtls_x509_crt_info() 1406 crt->valid_to.min, crt->valid_to.sec ); in mbedtls_x509_crt_info()
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | x509.h | 209 int hour, min, sec; /**< Time. */ member
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_x509parse.function | 597 int hour, int min, int sec ) 622 TEST_ASSERT( sec == time.sec );
|
D | test_suite_x509parse.data | 1562 X509 Get time (UTC invalid sec)
|