Searched refs:encryption_key (Results 1 – 4 of 4) sorted by relevance
| /webrtc/sdp/src/description/ |
| H A D | description_test.rs | 114 encryption_key: Some("prompt".to_string()), in test_marshal() 148 encryption_key: Some("prompt".to_string()), in test_marshal() 164 encryption_key: None, in test_marshal()
|
| H A D | media.rs | 51 pub encryption_key: Option<EncryptionKey>, field 101 encryption_key: None, in new_jsep_media_description()
|
| H A D | session.rs | 224 pub encryption_key: Option<EncryptionKey>, field 273 encryption_key: None, in new_jsep_session_description() 435 result += key_value_build("k=", self.encryption_key.as_ref()).as_str(); in marshal() 450 result += key_value_build("k=", media_description.encryption_key.as_ref()).as_str(); in marshal() 551 encryption_key: None, in unmarshal() 1169 lexer.desc.encryption_key = Some(value); in unmarshal_session_encryption_key() 1261 encryption_key: None, in unmarshal_media_description() 1314 latest_media_desc.encryption_key = Some(value); in unmarshal_media_encryption_key()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 328 encryption_key: None, in add_data_media_section() 499 encryption_key: None, in add_transceiver_sdp()
|