Home
last modified time | relevance | path

Searched refs:raw_tmp_dh (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dcallbacks.rs210 pub unsafe extern "C" fn raw_tmp_dh<F>( in raw_tmp_dh() function
Dmod.rs867 ffi::SSL_CTX_set_tmp_dh_callback__fixed_rust(self.as_ptr(), Some(raw_tmp_dh::<F>)); in set_tmp_dh_callback()
869 ffi::SSL_CTX_set_tmp_dh_callback(self.as_ptr(), Some(raw_tmp_dh::<F>)); in set_tmp_dh_callback()