Home
last modified time | relevance | path

Searched defs:ContextOption (Results 1 – 2 of 2) sorted by relevance

/webrtc/srtp/src/
H A Doption.rs3 pub type ContextOption = Box<dyn (Fn() -> Box<dyn ReplayDetector + Send + 'static>) + Send + Sync>; typedef
9 pub fn srtp_replay_protection(window_size: usize) -> ContextOption { in srtp_replay_protection()
19 pub fn srtcp_replay_protection(window_size: usize) -> ContextOption { in srtcp_replay_protection()
/webrtc/srtp/src/context/
H A Dmod.rs118 srtp_ctx_opt: Option<ContextOption>, in new()
119 srtcp_ctx_opt: Option<ContextOption>, in new()