Searched refs:X509StoreContextRef (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | callbacks.rs | 35 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 D | connector.rs | 426 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 D | mod.rs | 80 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 D | mod.rs | 71 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