Searched refs:local_context (Results 1 – 3 of 3) sorted by relevance
32 local_context: Arc<Mutex<Context>>, field47 let local_context = Context::new( in new() localVariable114 local_context: Arc::new(Mutex::new(local_context)), in new()238 let mut local_context = self.local_context.lock().await; in write() localVariable241 local_context.encrypt_rtp(buf)? in write()243 local_context.encrypt_rtcp(buf)? in write()
178 let mut local_context = sa.local_context.lock().await; in test_session_srtcp_replay_protection() localVariable187 let encrypted = encrypt_srtcp(&mut local_context, &packet)?; in test_session_srtcp_replay_protection()
238 let mut local_context = sa.local_context.lock().await; in test_session_srtp_replay_protection() localVariable252 let encrypted = encrypt_srtp(&mut local_context, &packet)?; in test_session_srtp_replay_protection()