Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dx509_crl.c268 &cur_entry->revocation_date)) != 0) { in x509_get_entries()
656 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info()
657 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info()
658 entry->revocation_date.min, entry->revocation_date.sec); in mbedtls_x509_crl_info()
/third_party/mbedtls/include/mbedtls/
Dx509_crl.h57 mbedtls_x509_time revocation_date; member
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs1676 pub fn revocation_date(&self) -> &Asn1TimeRef { in revocation_date() method