Home
last modified time | relevance | path

Searched defs:SharedSecretParticipant (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dshared_secret_negotiation.rs56 enum SharedSecretParticipant { enum
63 impl Display for SharedSecretParticipant { implementation
97 ) -> Option<SharedSecretParticipant> { in filter_map_legacy_km_instances()
158 mut participants: Vec<SharedSecretParticipant>, in connect_participants()
159 ) -> Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)> { in connect_participants() argument
238 participants: Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)>, in negotiate_shared_secret() argument