Home
last modified time | relevance | path

Searched refs:X509StoreContextRef (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dcallbacks.rs35 use crate::x509::{X509StoreContext, X509StoreContextRef};
39 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in raw_verify()
42 let ctx = X509StoreContextRef::from_ptr_mut(x509_ctx); in raw_verify()
143 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in ssl_raw_verify()
146 let ctx = X509StoreContextRef::from_ptr_mut(x509_ctx); in ssl_raw_verify()
H A Dconnector.rs426 GeneralName, X509NameRef, X509Ref, X509StoreContext, X509StoreContextRef,
436 pub fn verify_callback(preverify_ok: bool, x509_ctx: &mut X509StoreContextRef) -> bool { in try_get_hostname_idx()
H A Dmod.rs80 use crate::x509::{X509Name, X509Ref, X509StoreContextRef, X509VerifyResult, X509};
751 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in set_verify_callback()
2369 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in fmt()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs71 pub struct X509StoreContextRef; structure names
92 impl X509StoreContextRef { impls
135 F: FnOnce(&mut X509StoreContextRef) -> Result<T, ErrorStack>, in init()
137 struct Cleanup<'a>(&'a mut X509StoreContextRef); in init()

Completed in 10 milliseconds