Searched refs:X509StoreRef (Results 1 – 7 of 7) sorted by relevance
258 pub struct X509StoreRef;261 impl X509StoreRef { impl
129 trust: &store::X509StoreRef, in init() argument
12 use crate::x509::store::X509StoreRef;162 store: &X509StoreRef, in verify() argument
18 use crate::x509::{store::X509StoreRef, X509Ref, X509};242 store: Option<&X509StoreRef>, in verify() argument
12 use crate::x509::store::X509StoreRef;224 store: &X509StoreRef, in verify() argument
77 use crate::x509::store::{X509Store, X509StoreBuilderRef, X509StoreRef};1825 pub fn cert_store(&self) -> &X509StoreRef { in cert_store() argument1826 unsafe { X509StoreRef::from_ptr(ffi::SSL_CTX_get_cert_store(self.as_ptr())) } in cert_store()
360 * Added `X509StoreRef::objects`.