Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dshared_secret_negotiation.rs50 enum SharedSecretParticipant { enum
57 impl Display for SharedSecretParticipant { implementation
91 ) -> Option<SharedSecretParticipant> { in filter_map_legacy_km_instances()
166 mut participants: Vec<SharedSecretParticipant>, in connect_participants()
167 ) -> Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)> { in connect_participants() argument
246 participants: Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)>, in negotiate_shared_secret() argument