Searched defs:X509Store (Results 1 – 4 of 4) sorted by relevance
60 pub fn to_x509_store(&self) -> Result<X509Store, openssl::error::ErrorStack> { in to_x509_store()
113 root_store: &X509Store, in parse_pkcs7_data()124 root_store: &X509Store, in verify_pkcs7_signature()321 x509_store: &X509Store, in process_profile()
208 impl X509Store { impl
259 pub(crate) fn set_cert_store(&mut self, cert_store: X509Store) { in set_cert_store()