Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dpath.rs150 received_challenges: VecDeque<[u8; 8]>, field
220 received_challenges: VecDeque::new(), in new()
279 !self.received_challenges.is_empty() || self.validation_requested() in probing_required()
335 self.received_challenges.push_back(data);
385 self.received_challenges.pop_front()
1043 assert_eq!(server_path.received_challenges.len(), 1); in multiple_probes()
1045 assert_eq!(server_path.received_challenges.len(), 2); in multiple_probes()