Searched refs:year (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | x509.c | 497 CHECK_RANGE( 0, 9999, time->year ); in x509_date_is_valid() 511 CHECK_RANGE( 1, 28 + (time->year % 4 == 0), time->day ); in x509_date_is_valid() 546 CHECK( x509_parse_int( p, 2, &time->year ) ); in mbedtls_x509_get_time() 556 time->year += 100 * ( time->year < 50 ); in mbedtls_x509_get_time() 557 time->year += 1900; in mbedtls_x509_get_time() 571 CHECK( x509_parse_int( p, 4, &time->year ) ); in mbedtls_x509_get_time() 872 now->year = st.wYear; in x509_get_current_time() 900 now->year = lt->tm_year + 1900; in x509_get_current_time() 922 if( before->year > after->year ) in x509_check_time() 925 if( before->year == after->year && in x509_check_time() [all …]
|
D | x509_crl.c | 602 crl->this_update.year, crl->this_update.mon, in mbedtls_x509_crl_info() 609 crl->next_update.year, crl->next_update.mon, in mbedtls_x509_crl_info() 631 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
|
D | x509_crt.c | 1397 crt->valid_from.year, crt->valid_from.mon, in mbedtls_x509_crt_info() 1404 crt->valid_to.year, crt->valid_to.mon, in mbedtls_x509_crt_info()
|
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/ |
D | x509.h | 208 int year, mon, day; /**< Date. */ member
|
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_x509parse.function | 596 int year, int mon, int day, 617 TEST_ASSERT( year == time.year );
|
D | test_suite_x509parse.data | 1538 X509 Get time (UTC year without leap day) 1542 X509 Get time (UTC year with leap day)
|