Searched refs:auth_handler (Results 1 – 11 of 11) sorted by relevance
| /webrtc/turn/src/server/ |
| H A D | mod.rs | 31 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 D | config.rs | 37 pub auth_handler: Arc<dyn AuthHandler + Send + Sync>, field
|
| H A D | server_test.rs | 59 auth_handler: Arc::new(TestAuthHandler::new()), in test_server_simple() 194 auth_handler: Arc::new(TestAuthHandler::new()), in build_vnet()
|
| H A D | request.rs | 60 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 D | auth_test.rs | 69 auth_handler: Arc::new(LongTermAuthHandler::new(SHARED_SECRET.to_string())), in test_new_long_term_auth_handler()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_server_reflexive_test.rs | 34 auth_handler: Arc::new(OptimisticAuthHandler {}), in test_server_reflexive_only_connection()
|
| H A D | candidate_relay_test.rs | 55 auth_handler: Arc::new(OptimisticAuthHandler {}), in test_relay_only_connection()
|
| /webrtc/turn/examples/ |
| H A D | turn_server_udp.rs | 126 auth_handler: Arc::new(MyAuthHandler::new(cred_map)), in main()
|
| /webrtc/turn/src/client/ |
| H A D | client_test.rs | 151 auth_handler: Arc::new(TestAuthHandler {}), in test_client_nonce_expiration()
|
| /webrtc/turn/src/allocation/allocation_manager/ |
| H A D | allocation_manager_test.rs | 416 auth_handler: Arc::new(TestAuthHandler {}), in create_server()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_vnet_test.rs | 238 auth_handler: Arc::new(TestAuthHandler::new()), in add_vnet_stun()
|