Searched refs:auth_handle (Results 1 – 9 of 9) sorted by relevance
| /webrtc/turn/src/auth/ |
| H A D | mod.rs | 13 fn auth_handle(&self, username: &str, realm: &str, src_addr: SocketAddr) -> Result<Vec<u8>>; in auth_handle() method 50 fn auth_handle(&self, username: &str, realm: &str, src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle() method
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_relay_test.rs | 17 fn auth_handle( in auth_handle() method
|
| /webrtc/turn/src/server/request/ |
| H A D | request_test.rs | 54 fn auth_handle(&self, _username: &str, _realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle() method
|
| /webrtc/turn/examples/ |
| H A D | turn_server_udp.rs | 27 fn auth_handle( in auth_handle() method
|
| /webrtc/turn/src/client/ |
| H A D | client_test.rs | 123 fn auth_handle(&self, username: &str, realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle() method
|
| /webrtc/turn/src/server/ |
| H A D | server_test.rs | 32 fn auth_handle(&self, username: &str, _realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle() method
|
| H A D | request.rs | 203 let our_key = match self.auth_handler.auth_handle( in authenticate_request()
|
| /webrtc/turn/src/allocation/allocation_manager/ |
| H A D | allocation_manager_test.rs | 395 fn auth_handle(&self, username: &str, realm: &str, _src_addr: SocketAddr) -> Result<Vec<u8>> { in auth_handle() method
|
| /webrtc/ice/src/agent/ |
| H A D | agent_vnet_test.rs | 204 fn auth_handle( in auth_handle() method
|