Searched refs:X509StoreRef (Results 1 – 2 of 2) sorted by relevance
26 use crate::c_openssl::x509::{X509Store, X509StoreRef};267 pub(crate) fn cert_store_mut(&mut self) -> &mut X509StoreRef { in cert_store_mut() argument269 unsafe { X509StoreRef::from_ptr_mut(SSL_CTX_get_cert_store(ptr)) } in cert_store_mut()
205 pub(crate) struct X509StoreRef;215 impl X509StoreRef { implementation