Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 13 of 13) sorted by relevance

/webrtc/srtp/src/
H A Dconfig.rs23 pub profile: ProtectionProfile, field
44 let key_len = self.profile.key_len(); in extract_session_keys_from_dtls()
45 let salt_len = self.profile.salt_len(); in extract_session_keys_from_dtls()
/webrtc/srtp/src/context/
H A Dmod.rs117 profile: ProtectionProfile, in new()
121 let key_len = profile.key_len(); in new()
122 let salt_len = profile.salt_len(); in new()
130 let cipher: Box<dyn Cipher + Send> = match profile { in new()
/webrtc/
H A DCargo.toml22 [profile.dev]
/webrtc/.github/workflows/
H A Dcargo.yml45 profile: minimal
79 profile: minimal
97 profile: minimal
H A Dgrcov.yml35 profile: minimal
/webrtc/dtls/src/flight/
H A Dflight3.rs197 let profile = match find_matching_srtp_profile( in parse() localVariable
201 Ok(profile) => profile, in parse()
212 state.srtp_protection_profile = profile; in parse()
H A Dflight0.rs116 if let Ok(profile) = find_matching_srtp_profile( in parse()
120 state.srtp_protection_profile = profile; in parse()
/webrtc/srtp/src/session/
H A Dsession_rtcp_test.rs16 profile: ProtectionProfile::Aes128CmHmacSha1_80, in build_session_srtcp_pair()
42 profile: ProtectionProfile::Aes128CmHmacSha1_80, in build_session_srtcp_pair()
H A Dmod.rs50 config.profile, in new()
58 config.profile, in new()
H A Dsession_rtp_test.rs20 profile: ProtectionProfile::Aes128CmHmacSha1_80, in build_session_srtp_pair()
46 profile: ProtectionProfile::Aes128CmHmacSha1_80, in build_session_srtp_pair()
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs177 let profile = { in start_srtp() localVariable
183 profile, in start_srtp()
224 profile, in start_srtp()
/webrtc/sctp/
H A DCHANGELOG.md7 * Fix 'attempt to add with overflow' panic in dev profile [#393](https://github.com/webrtc-rs/webrt…
/webrtc/webrtc/
H A DCHANGELOG.md165 * [#241 move profile to workspace](https://github.com/webrtc-rs/webrtc/pull/241) contributed by [xn…