Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs860 pub struct X509v3Context<'a>(ffi::X509V3_CTX, PhantomData<(&'a X509Ref, &'a ConfRef)>); struct
862 impl<'a> X509v3Context<'a> { impl