Home
last modified time | relevance | path

Searched refs:new_long_term_integrity (Results 1 – 5 of 5) sorted by relevance

/webrtc/stun/src/integrity/
H A Dintegrity_test.rs9 let i = MessageIntegrity::new_long_term_integrity( in test_message_integrity_add_to_simple()
/webrtc/stun/src/
H A Dintegrity.rs69 pub fn new_long_term_integrity(username: String, realm: String, password: String) -> Self { in new_long_term_integrity() method
/webrtc/stun/src/message/
H A Dmessage_test.rs623 Box::new(MessageIntegrity::new_long_term_integrity( in test_message_full_size()
649 Box::new(MessageIntegrity::new_long_term_integrity( in test_message_clone_to()
/webrtc/turn/src/client/
H A Dmod.rs513 self.integrity = MessageIntegrity::new_long_term_integrity( in allocate()
/webrtc/stun/benches/
H A Dbench.rs451 Box::new(MessageIntegrity::new_long_term_integrity( in benchmark_message()