Home
last modified time | relevance | path

Searched refs:Nonce (Results 1 – 8 of 8) sorted by relevance

/webrtc/srtp/src/cipher/
H A Dcipher_aead_aes_gcm.rs3 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 Dbench.rs21 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 Dtextattrs.rs29 pub type Nonce = TextAttribute; typedef
/webrtc/turn/src/client/relay_conn/
H A Drelay_conn_test.rs53 nonce: Nonce::new(ATTR_NONCE, "nonce".to_owned()), in test_relay_conn()
/webrtc/turn/src/client/
H A Drelay_conn.rs57 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 Dmod.rs510 let nonce = Nonce::get_from_as(&res, ATTR_NONCE)?; in allocate()
/webrtc/turn/src/server/request/
H A Drequest_test.rs106 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 Drequest.rs152 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()