Home
last modified time | relevance | path

Searched refs:Hidl (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dshared_secret_negotiation.rs54 Hidl { is_strongbox: bool, version: (usize, usize) }, enumerator
65 Self::Hidl { is_strongbox, version: (ma, mi) } => write!( in fmt()
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()
129 if let SharedSecretParticipant::Hidl { in list_participants()
193 SharedSecretParticipant::Hidl { is_strongbox, version } => { in connect_participants()
223 .push(SharedSecretParticipant::Hidl { is_strongbox, version }); in connect_participants()
227 SharedSecretParticipant::Hidl { is_strongbox, version }, in connect_participants()