Home
last modified time | relevance | path

Searched refs: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
81 ParameterRetrieval { e: Error, p: SharedSecretParticipant },
83 Computation { e: Error, p: SharedSecretParticipant },
85 Checksum(SharedSecretParticipant),
91 ) -> Option<SharedSecretParticipant> { in filter_map_legacy_km_instances() argument
93 "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 …]