Searched refs:received_challenges (Results 1 – 1 of 1) sorted by relevance
150 received_challenges: VecDeque<[u8; 8]>, field220 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()