Home
last modified time | relevance | path

Searched refs:auth_handler (Results 1 – 11 of 11) sorted by relevance

/webrtc/turn/src/server/
H A Dmod.rs31 auth_handler: Arc<dyn AuthHandler + Send + Sync>, field
45 auth_handler: config.auth_handler, in new()
58 let auth_handler = Arc::clone(&s.auth_handler); in new() localVariable
72 auth_handler, in new()
147 auth_handler: Arc<dyn AuthHandler + Send + Sync>, in read_loop()
207 auth_handler: Arc::clone(&auth_handler), in read_loop()
H A Dconfig.rs37 pub auth_handler: Arc<dyn AuthHandler + Send + Sync>, field
H A Dserver_test.rs59 auth_handler: Arc::new(TestAuthHandler::new()), in test_server_simple()
194 auth_handler: Arc::new(TestAuthHandler::new()), in build_vnet()
H A Drequest.rs60 pub auth_handler: Arc<dyn AuthHandler + Send + Sync>, field
70 auth_handler: Arc<dyn AuthHandler + Send + Sync>, in new()
78 auth_handler, in new()
203 let our_key = match self.auth_handler.auth_handle( in authenticate_request()
/webrtc/turn/src/auth/
H A Dauth_test.rs69 auth_handler: Arc::new(LongTermAuthHandler::new(SHARED_SECRET.to_string())), in test_new_long_term_auth_handler()
/webrtc/ice/src/candidate/
H A Dcandidate_server_reflexive_test.rs34 auth_handler: Arc::new(OptimisticAuthHandler {}), in test_server_reflexive_only_connection()
H A Dcandidate_relay_test.rs55 auth_handler: Arc::new(OptimisticAuthHandler {}), in test_relay_only_connection()
/webrtc/turn/examples/
H A Dturn_server_udp.rs126 auth_handler: Arc::new(MyAuthHandler::new(cred_map)), in main()
/webrtc/turn/src/client/
H A Dclient_test.rs151 auth_handler: Arc::new(TestAuthHandler {}), in test_client_nonce_expiration()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs416 auth_handler: Arc::new(TestAuthHandler {}), in create_server()
/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs238 auth_handler: Arc::new(TestAuthHandler::new()), in add_vnet_stun()