Searched refs:X509StoreContextRef (Results 1 – 3 of 3) sorted by relevance
18 use crate::util::c_openssl::x509::{X509StoreContextRef, X509};22 inner: &'a X509StoreContextRef,26 pub(crate) fn new(inner: &'a X509StoreContextRef) -> Self { in new()134 impl AsRef<X509StoreContextRef> for ServerCerts<'_> {135 fn as_ref(&self) -> &X509StoreContextRef { in as_ref() argument
18 use crate::util::c_openssl::x509::X509StoreContextRef;25 let ctx = X509StoreContextRef::from_ptr(ctx); in cert_verify()
278 pub(crate) struct X509StoreContextRef;281 impl X509StoreContextRef { impl