Home
last modified time | relevance | path

Searched refs:local_context (Results 1 – 3 of 3) sorted by relevance

/webrtc/srtp/src/session/
H A Dmod.rs32 local_context: Arc<Mutex<Context>>, field
47 let local_context = Context::new( in new() localVariable
114 local_context: Arc::new(Mutex::new(local_context)), in new()
238 let mut local_context = self.local_context.lock().await; in write() localVariable
241 local_context.encrypt_rtp(buf)? in write()
243 local_context.encrypt_rtcp(buf)? in write()
H A Dsession_rtcp_test.rs178 let mut local_context = sa.local_context.lock().await; in test_session_srtcp_replay_protection() localVariable
187 let encrypted = encrypt_srtcp(&mut local_context, &packet)?; in test_session_srtcp_replay_protection()
H A Dsession_rtp_test.rs238 let mut local_context = sa.local_context.lock().await; in test_session_srtp_replay_protection() localVariable
252 let encrypted = encrypt_srtp(&mut local_context, &packet)?; in test_session_srtp_replay_protection()