Searched refs:profile (Results 1 – 13 of 13) sorted by relevance
| /webrtc/srtp/src/ |
| H A D | config.rs | 23 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 D | mod.rs | 117 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 D | Cargo.toml | 22 [profile.dev]
|
| /webrtc/.github/workflows/ |
| H A D | cargo.yml | 45 profile: minimal 79 profile: minimal 97 profile: minimal
|
| H A D | grcov.yml | 35 profile: minimal
|
| /webrtc/dtls/src/flight/ |
| H A D | flight3.rs | 197 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 D | flight0.rs | 116 if let Ok(profile) = find_matching_srtp_profile( in parse() 120 state.srtp_protection_profile = profile; in parse()
|
| /webrtc/srtp/src/session/ |
| H A D | session_rtcp_test.rs | 16 profile: ProtectionProfile::Aes128CmHmacSha1_80, in build_session_srtcp_pair() 42 profile: ProtectionProfile::Aes128CmHmacSha1_80, in build_session_srtcp_pair()
|
| H A D | mod.rs | 50 config.profile, in new() 58 config.profile, in new()
|
| H A D | session_rtp_test.rs | 20 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 D | mod.rs | 177 let profile = { in start_srtp() localVariable 183 profile, in start_srtp() 224 profile, in start_srtp()
|
| /webrtc/sctp/ |
| H A D | CHANGELOG.md | 7 * Fix 'attempt to add with overflow' panic in dev profile [#393](https://github.com/webrtc-rs/webrt…
|
| /webrtc/webrtc/ |
| H A D | CHANGELOG.md | 165 * [#241 move profile to workspace](https://github.com/webrtc-rs/webrtc/pull/241) contributed by [xn…
|