Searched refs:participants (Results 1 – 1 of 1) sorted by relevance
43 let participants = list_participants() in perform_shared_secret_negotiation() localVariable45 let connected = connect_participants(participants); in perform_shared_secret_negotiation()158 mut participants: Vec<SharedSecretParticipant>, in connect_participants()163 let (connected, not_connected) = participants.into_iter().fold( in connect_participants()227 participants = not_connected; in connect_participants()229 if participants.is_empty() { in connect_participants()238 participants: Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)>, in negotiate_shared_secret()242 let result: Result<Vec<SharedSecretParameters>, SharedSecretError> = participants in negotiate_shared_secret()263 let negotiation_result = participants.into_iter().try_fold(None, |acc, (s, p)| { in negotiate_shared_secret()