Home
last modified time | relevance | path

Searched refs:X509LookupRef (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dstore.rs116 ) -> Result<&mut X509LookupRef<T>, ErrorStack> { in add_lookup()
118 cvt_p(lookup).map(|ptr| unsafe { X509LookupRef::from_ptr_mut(ptr) }) in add_lookup()
150 pub struct X509LookupRef<T>; structure names
171 impl X509LookupRef<HashDir> { impls
203 impl X509LookupRef<File> { impls

Completed in 1 milliseconds