Searched refs:revocation_date (Results 1 – 6 of 6) sorted by relevance
/external/openthread/third_party/mbedtls/repo/library/ |
D | x509_crl.c | 257 &cur_entry->revocation_date)) != 0) { in x509_get_entries() 644 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info() 645 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info() 646 entry->revocation_date.min, entry->revocation_date.sec); in mbedtls_x509_crl_info()
|
/external/mbedtls/library/ |
D | x509_crl.c | 256 &cur_entry->revocation_date)) != 0) { in x509_get_entries() 643 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info() 644 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info() 645 entry->revocation_date.min, entry->revocation_date.sec); in mbedtls_x509_crl_info()
|
/external/mbedtls/include/mbedtls/ |
D | x509_crl.h | 45 mbedtls_x509_time revocation_date; member
|
/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
D | x509_crl.h | 45 mbedtls_x509_time revocation_date; member
|
/external/rust/android-crates-io/crates/x509-cert/src/ |
D | crl.rs | 52 pub revocation_date: Time, field
|
/external/rust/crates/openssl/src/x509/ |
D | mod.rs | 1728 pub fn revocation_date(&self) -> &Asn1TimeRef { in revocation_date() method
|