Searched refs:sec (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/library/ |
D | x509_crl.c | 618 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()
|
D | x509.c | 592 (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()
|
D | x509_crt.c | 1793 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/ |
D | x509.h | 248 int hour, min, sec; /**< Time. */ member
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.function | 1600 int day, int hour, int min, int sec) 1623 TEST_EQUAL(sec, time.sec);
|
D | test_suite_x509parse.data | 3202 X509 Get time (UTC invalid sec) 3262 X509 Get time (UTC invalid character in sec)
|