Home
last modified time | relevance | path

Searched refs:next_update (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/library/
Dx509_crl.c426 if ((ret = mbedtls_x509_get_time(&p, end, &crl->next_update)) != 0) { in mbedtls_x509_crl_parse_der()
623 crl->next_update.year, crl->next_update.mon, in mbedtls_x509_crl_info()
624 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info()
625 crl->next_update.min, crl->next_update.sec); in mbedtls_x509_crl_info()
Dx509_crt.c2093 if (mbedtls_x509_time_cmp(&crl_list->next_update, now) < 0) { in x509_crt_verifycrl()
/openthread-3.7.0/third_party/mbedtls/repo/include/mbedtls/
Dx509_crl.h76 mbedtls_x509_time next_update; member
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/
Daudit-validity-dates.py82 self.not_valid_after = x509_obj.next_update