Home
last modified time | relevance | path

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

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