Searched refs:verify_data (Results 1 – 6 of 6) sorted by relevance
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_message_finished.rs | 10 pub(crate) verify_data: Vec<u8>, field 19 self.verify_data.len() in size() 23 writer.write_all(&self.verify_data)?; in marshal() 29 let mut verify_data: Vec<u8> = vec![]; in unmarshal() localVariable 30 reader.read_to_end(&mut verify_data)?; in unmarshal() 32 Ok(HandshakeMessageFinished { verify_data }) in unmarshal()
|
| /webrtc/dtls/src/prf/ |
| H A D | prf_test.rs | 253 let verify_data = prf_verify_data_client(&master_secret, &final_msg, CipherSuiteHash::Sha256)?; in test_verify_data() localVariable 256 expected_verify_data, verify_data, in test_verify_data()
|
| /webrtc/dtls/src/handshake/handshake_message_finished/ |
| H A D | handshake_message_finished_test.rs | 11 verify_data: raw_finished.clone(), in test_handshake_message_finished()
|
| /webrtc/dtls/src/handshake/handshake_cache/ |
| H A D | handshake_cache_test.rs | 328 let verify_data = h.pull_and_merge(&rules).await; in test_handshake_cache_single_push() localVariable 330 verify_data, expected, in test_handshake_cache_single_push() 649 let verify_data = h.session_hash(CipherSuiteHash::Sha256, 0, &[]).await?; in test_handshake_cache_session_hash() localVariable 652 verify_data, expected, in test_handshake_cache_session_hash()
|
| /webrtc/dtls/src/flight/ |
| H A D | flight6.rs | 179 verify_data: state.local_verify_data.clone(), in generate()
|
| H A D | flight5.rs | 160 if expected_verify_data != finished.verify_data { in parse() 590 verify_data: state.local_verify_data.clone(), in generate()
|