Home
last modified time | relevance | path

Searched refs:X509StoreRef (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dstore.rs258 pub struct X509StoreRef;
261 impl X509StoreRef { impl
Dmod.rs129 trust: &store::X509StoreRef, in init() argument
/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs12 use crate::x509::store::X509StoreRef;
162 store: &X509StoreRef, in verify() argument
Dcms.rs18 use crate::x509::{store::X509StoreRef, X509Ref, X509};
242 store: Option<&X509StoreRef>, in verify() argument
Dpkcs7.rs12 use crate::x509::store::X509StoreRef;
224 store: &X509StoreRef, in verify() argument
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs77 use crate::x509::store::{X509Store, X509StoreBuilderRef, X509StoreRef};
1825 pub fn cert_store(&self) -> &X509StoreRef { in cert_store() argument
1826 unsafe { X509StoreRef::from_ptr(ffi::SSL_CTX_get_cert_store(self.as_ptr())) } in cert_store()
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md360 * Added `X509StoreRef::objects`.