Searched refs:SharedSecretParticipant (Results 1 – 1 of 1) sorted by relevance
50 enum SharedSecretParticipant { enum57 impl Display for SharedSecretParticipant { implementation81 ParameterRetrieval { e: Error, p: SharedSecretParticipant },83 Computation { e: Error, p: SharedSecretParticipant },85 Checksum(SharedSecretParticipant),91 ) -> Option<SharedSecretParticipant> { in filter_map_legacy_km_instances() argument93 "default" => Some(SharedSecretParticipant::Hidl { is_strongbox: false, version }), in filter_map_legacy_km_instances()94 "strongbox" => Some(SharedSecretParticipant::Hidl { is_strongbox: true, version }), in filter_map_legacy_km_instances()112 fn list_participants() -> Result<Vec<SharedSecretParticipant>> { in list_participants()129 if let SharedSecretParticipant::Hidl { in list_participants()[all …]