Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dstore.rs69 pub struct X509StoreBuilderRef; structure names
93 impl X509StoreBuilderRef { impls
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs77 use crate::x509::store::{X509Store, X509StoreBuilderRef, X509StoreRef};
1285 pub fn cert_store(&self) -> &X509StoreBuilderRef { in cert_store()
1286 unsafe { X509StoreBuilderRef::from_ptr(ffi::SSL_CTX_get_cert_store(self.as_ptr())) } in cert_store()
1291 pub fn cert_store_mut(&mut self) -> &mut X509StoreBuilderRef { in cert_store_mut()
1292 unsafe { X509StoreBuilderRef::from_ptr_mut(ffi::SSL_CTX_get_cert_store(self.as_ptr())) } in cert_store_mut()

Completed in 6 milliseconds