Home
last modified time | relevance | path

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

/net-tools-3.5.0/mbedtls-2.4.0/library/
Dx509_crl.c401 if( ( ret = mbedtls_x509_get_time( &p, end, &crl->next_update ) ) != 0 ) in mbedtls_x509_crl_parse_der()
609 crl->next_update.year, crl->next_update.mon, in mbedtls_x509_crl_info()
610 crl->next_update.day, crl->next_update.hour, in mbedtls_x509_crl_info()
611 crl->next_update.min, crl->next_update.sec ); in mbedtls_x509_crl_info()
Dx509_crt.c1697 if( mbedtls_x509_time_is_past( &crl_list->next_update ) ) in x509_crt_verifycrl()
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dx509_crl.h82 mbedtls_x509_time next_update; member