Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dshared_secret_negotiation.rs57 enum SharedSecretParticipant { enum
64 impl Display for SharedSecretParticipant { implementation
96 ) -> Option<SharedSecretParticipant> { in filter_map_legacy_km_instances()
153 mut participants: Vec<SharedSecretParticipant>, in connect_participants()
154 ) -> Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)> { in connect_participants() argument
234 participants: Vec<(Strong<dyn ISharedSecret>, SharedSecretParticipant)>, in negotiate_shared_secret() argument