Searched refs:client_write_key (Results 1 – 7 of 7) sorted by relevance
| /webrtc/srtp/src/ |
| H A D | config.rs | 56 let client_write_key = keying_material[offset..offset + key_len].to_vec(); in extract_session_keys_from_dtls() localVariable 68 self.keys.local_master_key = client_write_key; in extract_session_keys_from_dtls() 75 self.keys.remote_master_key = client_write_key; in extract_session_keys_from_dtls()
|
| /webrtc/dtls/src/cipher_suite/ |
| H A D | cipher_suite_tls_psk_with_aes_128_gcm_sha256.rs | 60 &keys.client_write_key, in init() 69 &keys.client_write_key, in init()
|
| H A D | cipher_suite_aes_128_gcm_sha256.rs | 77 &keys.client_write_key, in init() 86 &keys.client_write_key, in init()
|
| H A D | cipher_suite_aes_256_cbc_sha.rs | 77 &keys.client_write_key, in init() 86 &keys.client_write_key, in init()
|
| H A D | cipher_suite_aes_128_ccm.rs | 81 &keys.client_write_key, in init() 91 &keys.client_write_key, in init()
|
| /webrtc/dtls/src/prf/ |
| H A D | mod.rs | 32 pub(crate) client_write_key: Vec<u8>, field 45 out += format!("- client_write_key: {:?}\n", self.client_write_key).as_str(); in fmt() 227 let client_write_key = key_material[..prf_key_len].to_vec(); in prf_encryption_keys() localVariable 242 client_write_key, in prf_encryption_keys()
|
| H A D | prf_test.rs | 97 client_write_key: vec![ in test_encryption_keys()
|