Searched defs:revocation_time (Results 1 – 5 of 5) sorted by relevance
29 base::Time revocation_time; // Only used if |cert_status|==REVOKED. member
116 pub revocation_time: Option<&'a Asn1GeneralizedTimeRef>, field182 let mut revocation_time = ptr::null_mut(); in find_status() localVariable196 let revocation_time = Asn1GeneralizedTimeRef::from_const_ptr_opt(revocation_time); in find_status() localVariable
129 revocation_time, argument207 revocation_time, argument407 def revocation_time(self): member in OCSPResponse
248 def revocation_time(self): member in _OCSPResponse
96 der::GeneralizedTime revocation_time; member