Searched refs:participants (Results 1 – 1 of 1) sorted by relevance
41 let participants = list_participants() in perform_shared_secret_negotiation() localVariable43 let connected = connect_participants(participants); in perform_shared_secret_negotiation()166 mut participants: Vec<SharedSecretParticipant>, in connect_participants()171 let (connected, not_connected) = participants.into_iter().fold( in connect_participants()235 participants = not_connected; in connect_participants()237 if participants.is_empty() { in connect_participants()246 participants: Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)>, in negotiate_shared_secret()250 let result: Result<Vec<SharedSecretParameters>, SharedSecretError> = participants in negotiate_shared_secret()271 let negotiation_result = participants.into_iter().try_fold(None, |acc, (s, p)| { in negotiate_shared_secret()