Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dx509_crl.c231 &cur_entry->revocation_date ) ) != 0 ) in x509_get_entries()
631 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
632 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
633 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
Dx509_crt.c1615 if( mbedtls_x509_time_is_past( &cur->revocation_date ) ) in mbedtls_x509_crt_is_revoked()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dx509_crl.h57 mbedtls_x509_time revocation_date; member