Home
last modified time | relevance | path

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

/webrtc/stun/src/fingerprint/
H A Dfingerprint_test.rs17 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 Dintegrity_test.rs4 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 Dbench.rs15 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 Dfingerprint.rs22 pub const FINGERPRINT: FingerprintAttr = FingerprintAttr {}; constant
/webrtc/stun/src/message/
H A Dmessage_test.rs4 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 Drelay_conn.rs300 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 Dmod.rs500 Box::new(FINGERPRINT), in allocate()
530 Box::new(FINGERPRINT), in allocate()
/webrtc/ice/src/agent/
H A Dagent_selector.rs129 Box::new(FINGERPRINT), in nominate_pair()
289 Box::new(FINGERPRINT), in ping_candidate()
441 Box::new(FINGERPRINT), in ping_candidate()
H A Dagent_test.rs279 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 Dagent_internal.rs755 Box::new(FINGERPRINT), in send_binding_success()
/webrtc/turn/src/server/
H A Drequest.rs273 Box::new(FINGERPRINT), in handle_binding_request()