Home
last modified time | relevance | path

Searched refs:Asn1GeneralizedTimeRef (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/openssl/src/
Docsp.rs7 use crate::asn1::Asn1GeneralizedTimeRef;
116 pub revocation_time: Option<&'a Asn1GeneralizedTimeRef>,
118 pub this_update: &'a Asn1GeneralizedTimeRef,
120 pub next_update: &'a Asn1GeneralizedTimeRef,
196 let revocation_time = Asn1GeneralizedTimeRef::from_const_ptr_opt(revocation_time); in find_status()
202 this_update: Asn1GeneralizedTimeRef::from_ptr(this_update), in find_status()
203 next_update: Asn1GeneralizedTimeRef::from_ptr(next_update), in find_status()
Dasn1.rs65 pub struct Asn1GeneralizedTimeRef;
68 impl fmt::Display for Asn1GeneralizedTimeRef { implementation