Home
last modified time | relevance | path

Searched defs:revocation_time (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/test/
Drevocation_builder.h29 base::Time revocation_time; // Only used if |cert_status|==REVOKED. member
/external/rust/crates/openssl/src/
Docsp.rs116 pub revocation_time: Option<&'a Asn1GeneralizedTimeRef>, field
182 let mut revocation_time = ptr::null_mut(); in find_status() localVariable
196 let revocation_time = Asn1GeneralizedTimeRef::from_const_ptr_opt(revocation_time); in find_status() localVariable
/external/python/cryptography/src/cryptography/x509/
Docsp.py129 revocation_time, argument
207 revocation_time, argument
407 def revocation_time(self): member in OCSPResponse
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Docsp.py248 def revocation_time(self): member in _OCSPResponse
/external/cronet/net/cert/pki/
Docsp.h96 der::GeneralizedTime revocation_time; member