Searched refs:FINGERPRINT (Results 1 – 11 of 11) sorted by relevance
| /webrtc/stun/src/fingerprint/ |
| H A D | fingerprint_test.rs | 17 FINGERPRINT.add_to(&mut m)?; in fingerprint_uses_crc_32_iso_hdlc() 37 FINGERPRINT.add_to(&mut m)?; in test_fingerprint_check() 39 FINGERPRINT.check(&m)?; in test_fingerprint_check() 42 let result = FINGERPRINT.check(&m); in test_fingerprint_check() 58 let result = FINGERPRINT.check(&m); in test_fingerprint_check_bad() 63 let result = FINGERPRINT.check(&m); in test_fingerprint_check_bad()
|
| /webrtc/stun/src/integrity/ |
| H A D | integrity_test.rs | 4 use crate::fingerprint::FINGERPRINT; 63 FINGERPRINT.add_to(&mut m)?; in test_message_integrity_with_fingerprint() 87 FINGERPRINT.add_to(&mut m)?; in test_message_integrity_before_fingerprint()
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 15 use stun::fingerprint::{FINGERPRINT, FINGERPRINT_SIZE}; 168 let _ = FINGERPRINT.add_to(&mut m); in benchmark_fingerprint() 187 FINGERPRINT.add_to(&mut m).unwrap(); in benchmark_fingerprint() 191 FINGERPRINT.check(&m).unwrap(); in benchmark_fingerprint() 211 Box::new(FINGERPRINT), in benchmark_message_build_overhead() 227 let _ = FINGERPRINT.add_to(&mut m); in benchmark_message_build_overhead() 403 FINGERPRINT.add_to(&mut m).unwrap(); in benchmark_message() 456 Box::new(FINGERPRINT), in benchmark_message() 473 Box::new(FINGERPRINT), in benchmark_message()
|
| /webrtc/stun/src/ |
| H A D | fingerprint.rs | 22 pub const FINGERPRINT: FingerprintAttr = FingerprintAttr {}; constant
|
| /webrtc/stun/src/message/ |
| H A D | message_test.rs | 4 use crate::fingerprint::FINGERPRINT; 628 Box::new(FINGERPRINT), in test_message_full_size() 654 Box::new(FINGERPRINT), in test_message_clone_to() 678 Box::new(FINGERPRINT), in test_message_add_to()
|
| /webrtc/turn/src/client/ |
| H A D | relay_conn.rs | 300 Box::new(FINGERPRINT), in send_to() 407 setters.push(Box::new(FINGERPRINT)); in create_permissions() 476 Box::new(FINGERPRINT), in refresh_allocation() 554 Box::new(FINGERPRINT), in bind()
|
| H A D | mod.rs | 500 Box::new(FINGERPRINT), in allocate() 530 Box::new(FINGERPRINT), in allocate()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_selector.rs | 129 Box::new(FINGERPRINT), in nominate_pair() 289 Box::new(FINGERPRINT), in ping_candidate() 441 Box::new(FINGERPRINT), in ping_candidate()
|
| H A D | agent_test.rs | 279 Box::new(FINGERPRINT), in test_handle_peer_reflexive_udp_pflx_candidate() 365 Box::new(FINGERPRINT), in test_handle_peer_reflexive_unknown_remote() 624 Box::new(FINGERPRINT), in build_msg() 850 Box::new(FINGERPRINT), in test_inbound_validity()
|
| H A D | agent_internal.rs | 755 Box::new(FINGERPRINT), in send_binding_success()
|
| /webrtc/turn/src/server/ |
| H A D | request.rs | 273 Box::new(FINGERPRINT), in handle_binding_request()
|