Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs87 static CALLED_BACK: AtomicBool = AtomicBool::new(false); in verify_untrusted_callback_override_ok() consts
95 CALLED_BACK.store(true, Ordering::SeqCst); in verify_untrusted_callback_override_ok()
101 assert!(CALLED_BACK.load(Ordering::SeqCst)); in verify_untrusted_callback_override_ok()
120 static CALLED_BACK: AtomicBool = AtomicBool::new(false); in verify_trusted_callback_override_ok() consts
129 CALLED_BACK.store(true, Ordering::SeqCst); in verify_trusted_callback_override_ok()
135 assert!(CALLED_BACK.load(Ordering::SeqCst)); in verify_trusted_callback_override_ok()
155 static CALLED_BACK: AtomicBool = AtomicBool::new(false); in verify_callback_load_certs() consts
163 CALLED_BACK.store(true, Ordering::SeqCst); in verify_callback_load_certs()
169 assert!(CALLED_BACK.load(Ordering::SeqCst)); in verify_callback_load_certs()
174 static CALLED_BACK in verify_trusted_get_error_ok() consts
211 static CALLED_BACK: AtomicBool = AtomicBool::new(false); verify_callback() consts
233 static CALLED_BACK: AtomicBool = AtomicBool::new(false); ssl_verify_callback() consts
488 static CALLED_BACK: AtomicBool = AtomicBool::new(false); test_alpn_server_select_none() consts
772 static CALLED_BACK: AtomicBool = AtomicBool::new(false); connector_does_use_sni_with_dnsnames() consts
799 static CALLED_BACK: AtomicBool = AtomicBool::new(false); connector_doesnt_use_sni_with_ips() consts
922 static CALLED_BACK: AtomicBool = AtomicBool::new(false); tmp_dh_callback() consts
950 static CALLED_BACK: AtomicBool = AtomicBool::new(false); tmp_ecdh_callback() consts
970 static CALLED_BACK: AtomicBool = AtomicBool::new(false); tmp_dh_callback_ssl() consts
1000 static CALLED_BACK: AtomicBool = AtomicBool::new(false); tmp_ecdh_callback_ssl() consts
1088 static CALLED_BACK: AtomicBool = AtomicBool::new(false); new_session_callback() consts
1113 static CALLED_BACK: AtomicBool = AtomicBool::new(false); new_session_callback_swapped_ctx() consts
1428 static CALLED_BACK: AtomicBool = AtomicBool::new(false); sni_callback_swapped_ctx() consts
1451 static CALLED_BACK: AtomicBool = AtomicBool::new(false); client_hello() consts
[all...]

Completed in 2 milliseconds