Searched refs:Nonce (Results 1 – 8 of 8) sorted by relevance
| /webrtc/srtp/src/cipher/ |
| H A D | cipher_aead_aes_gcm.rs | 3 Aes128Gcm, KeyInit, Nonce, 48 Nonce::from_slice(&nonce), in encrypt_rtp() 72 Nonce::from_slice(&nonce), in decrypt_rtp() 91 Nonce::from_slice(&iv), in encrypt_rtcp() 115 Nonce::from_slice(&nonce), in decrypt_rtcp()
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 21 use stun::textattrs::{Nonce, Realm, Software, Username}; 200 let nonce = Nonce::new(ATTR_NONCE, "nonce".to_owned()); in benchmark_message_build_overhead() 534 let n = Nonce::new(ATTR_NONCE, "nonce".to_owned()); in benchmark_text_attributes() 546 let n = Nonce::new(ATTR_NONCE, nonce); in benchmark_text_attributes() 557 let mut n = Nonce::new(ATTR_NONCE, "nonce".to_owned()); in benchmark_text_attributes()
|
| /webrtc/stun/src/ |
| H A D | textattrs.rs | 29 pub type Nonce = TextAttribute; typedef
|
| /webrtc/turn/src/client/relay_conn/ |
| H A D | relay_conn_test.rs | 53 nonce: Nonce::new(ATTR_NONCE, "nonce".to_owned()), in test_relay_conn()
|
| /webrtc/turn/src/client/ |
| H A D | relay_conn.rs | 57 pub(crate) nonce: Nonce, 69 nonce: Nonce, 443 match Nonce::get_from_as(msg, ATTR_NONCE) { in set_nonce_from_msg() 539 nonce: Nonce, in bind() argument
|
| H A D | mod.rs | 510 let nonce = Nonce::get_from_as(&res, ATTR_NONCE)?; in allocate()
|
| /webrtc/turn/src/server/request/ |
| H A D | request_test.rs | 106 Nonce::new(ATTR_NONCE, STATIC_KEY.to_owned()).add_to(&mut m)?; in test_allocation_lifetime_deletion_zero_lifetime()
|
| /webrtc/turn/src/server/ |
| H A D | request.rs | 152 let mut nonce_attr = Nonce::new(ATTR_NONCE, String::new()); in authenticate_request() 255 Box::new(Nonce::new(ATTR_NONCE, nonce)), in respond_with_nonce()
|