Searched refs:Asp (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore2/src/ |
D | globals.rs | 24 use crate::utils::Asp; 90 devices_by_uuid: HashMap<Uuid, (Asp, KeyMintHardwareInfo)>, 98 ) -> Option<(Asp, KeyMintHardwareInfo, Uuid)> { in dev_by_sec_level() argument 102 fn dev_by_uuid(&self, uuid: &Uuid) -> Option<(Asp, KeyMintHardwareInfo, Uuid)> { in dev_by_uuid() argument 115 fn insert(&mut self, sec_level: SecurityLevel, dev: Asp, hw_info: KeyMintHardwareInfo) { in insert() argument 126 devices_by_sec_level: HashMap<SecurityLevel, Asp>, 130 fn dev_by_sec_level(&self, sec_level: &SecurityLevel) -> Option<Asp> { in dev_by_sec_level() argument 134 fn insert(&mut self, sec_level: SecurityLevel, dev: Asp) { in insert() argument 148 static ref TIME_STAMP_DEVICE: Mutex<Option<Asp>> = Default::default(); 187 fn connect_keymint(security_level: &SecurityLevel) -> Result<(Asp, KeyMintHardwareInfo)> { in connect_keymint() argument [all …]
|
D | utils.rs | 137 pub struct Asp(Mutex<SpIBinder>); struct 139 impl Asp { impl 157 impl Clone for Asp { implementation
|
D | service.rs | 25 key_parameters_to_authorizations, watchdog as wd, Asp, 54 i_sec_level_by_uuid: HashMap<Uuid, Asp>, 72 .map(|(dev, uuid)| (Asp::new(dev.as_binder()), uuid))?; in new_native_binder() 79 .map(|(dev, uuid)| (Asp::new(dev.as_binder()), uuid)) in new_native_binder()
|
D | operation.rs | 131 use crate::utils::{watchdog as wd, Asp}; 173 km_op: Asp, 225 km_op: Asp::new(km_op.as_binder()), in new()
|
D | remote_provisioning.rs | 47 use crate::utils::{watchdog as wd, Asp}; 221 device_by_sec_level: HashMap<SecurityLevel, Asp>,
|
D | security_level.rs | 31 key_characteristics_to_internal, uid_to_android_user, watchdog as wd, Asp, 64 keymint: Asp,
|