Searched refs:SharedSecretParticipant (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | shared_secret_negotiation.rs | 57 enum SharedSecretParticipant { enum 64 impl Display for SharedSecretParticipant { implementation 86 ParameterRetrieval { e: Error, p: SharedSecretParticipant }, 88 Computation { e: Error, p: SharedSecretParticipant }, 90 Checksum(SharedSecretParticipant), 96 ) -> Option<SharedSecretParticipant> { in filter_map_legacy_km_instances() argument 98 "default" => Some(SharedSecretParticipant::Hidl { is_strongbox: false, version }), in filter_map_legacy_km_instances() 99 "strongbox" => Some(SharedSecretParticipant::Hidl { is_strongbox: true, version }), in filter_map_legacy_km_instances() 115 fn list_participants() -> Result<Vec<SharedSecretParticipant>> { in list_participants() 127 if let SharedSecretParticipant::Hidl { is_strongbox: true, .. } = &sp { in list_participants() [all …]
|