Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_crl.c618 crl->this_update.min, crl->this_update.sec); in mbedtls_x509_crl_info()
625 crl->next_update.min, crl->next_update.sec); in mbedtls_x509_crl_info()
646 entry->revocation_date.min, entry->revocation_date.sec); in mbedtls_x509_crl_info()
Dx509.c592 (unsigned int) t->sec > 59) { /* (0 - 59) */ in x509_date_is_valid()
639 tm->sec = x509_parse2_int(p + 10); in x509_parse_time()
1047 x = (((t1->hour << 12) | (t1->min << 6) | (t1->sec)) - in mbedtls_x509_time_cmp()
1048 ((t2->hour << 12) | (t2->min << 6) | (t2->sec))); in mbedtls_x509_time_cmp()
1066 now->sec = tm.tm_sec; in mbedtls_x509_time_gmtime()
Dx509_crt.c1793 crt->valid_from.min, crt->valid_from.sec); in mbedtls_x509_crt_info()
1800 crt->valid_to.min, crt->valid_to.sec); in mbedtls_x509_crt_info()
/mbedtls-latest/include/mbedtls/
Dx509.h248 int hour, min, sec; /**< Time. */ member
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function1600 int day, int hour, int min, int sec)
1623 TEST_EQUAL(sec, time.sec);
Dtest_suite_x509parse.data3202 X509 Get time (UTC invalid sec)
3262 X509 Get time (UTC invalid character in sec)