Home
last modified time | relevance | path

Searched defs:revocation_date (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/x509-cert/src/
Dcrl.rs52 pub revocation_date: Time, field
/external/mbedtls/include/mbedtls/
Dx509_crl.h45 mbedtls_x509_time revocation_date; member
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dx509_crl.h43 mbedtls_x509_time revocation_date; member
/external/rust/crates/openssl/src/x509/
Dmod.rs1728 pub fn revocation_date(&self) -> &Asn1TimeRef { in revocation_date() method