Searched refs:generate_auth_key (Results 1 – 8 of 8) sorted by relevance
| /webrtc/turn/src/auth/ |
| H A D | mod.rs | 37 pub fn generate_auth_key(username: &str, realm: &str, password: &str) -> Vec<u8> { in generate_auth_key() function 66 Ok(generate_auth_key(username, realm, &password)) in auth_handle()
|
| H A D | auth_test.rs | 27 let actual_key = generate_auth_key(username, realm, password); in test_generate_auth_key()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_relay_test.rs | 23 Ok(turn::auth::generate_auth_key( in auth_handle()
|
| /webrtc/turn/examples/ |
| H A D | turn_server_udp.rs | 106 let key = generate_auth_key(cred[0], realm, cred[1]); in main()
|
| /webrtc/turn/src/server/ |
| H A D | server_test.rs | 3 use crate::auth::generate_auth_key; 24 generate_auth_key("user", "webrtc.rs", "pass"), in new()
|
| /webrtc/turn/src/client/ |
| H A D | client_test.rs | 124 Ok(generate_auth_key(username, realm, "pass")) in auth_handle()
|
| /webrtc/turn/src/allocation/allocation_manager/ |
| H A D | allocation_manager_test.rs | 4 auth::{generate_auth_key, AuthHandler}, 396 Ok(generate_auth_key(username, realm, "pass")) in auth_handle()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_vnet_test.rs | 196 turn::auth::generate_auth_key("user", "webrtc.rs", "pass"), in new()
|