/system/security/keystore2/src/ |
D | globals.rs | 29 database::Uuid, 96 devices_by_uuid: HashMap<Uuid, (Strong<T>, KeyMintHardwareInfo)>, 97 uuid_by_sec_level: HashMap<SecurityLevel, Uuid>, 104 ) -> Option<(Strong<T>, KeyMintHardwareInfo, Uuid)> { in dev_by_sec_level() argument 108 fn dev_by_uuid(&self, uuid: &Uuid) -> Option<(Strong<T>, KeyMintHardwareInfo, Uuid)> { in dev_by_uuid() argument 124 let uuid: Uuid = sec_level.into(); in insert() 133 devices_by_uuid: HashMap::<Uuid, (Strong<T>, KeyMintHardwareInfo)>::new(), in default() 336 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo, Uuid)> { in get_keymint_device() argument 354 uuid: &Uuid, in get_keymint_dev_by_uuid() argument
|
D | gc.rs | 24 database::{BlobMetaData, KeystoreDB, Uuid}, 49 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with() argument 88 invalidate_key: Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>,
|
D | service.rs | 29 database::Uuid, 55 i_sec_level_by_uuid: HashMap<Uuid, Strong<dyn IKeystoreSecurityLevel>>, 56 uuid_by_sec_level: HashMap<SecurityLevel, Uuid>, 94 fn uuid_to_sec_level(&self, uuid: &Uuid) -> SecurityLevel { in uuid_to_sec_level() 102 fn get_i_sec_level_by_uuid(&self, uuid: &Uuid) -> Result<Strong<dyn IKeystoreSecurityLevel>> { in get_i_sec_level_by_uuid()
|
D | legacy_importer.rs | 19 KeyMetaEntry, KeyType, KeystoreDB, Uuid, KEYSTORE_UUID, 49 dyn FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) 83 sec_level_to_km_uuid: HashMap<SecurityLevel, Uuid>, 116 F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) in set_init() argument 424 fn get_km_uuid(&self, is_strongbox: bool) -> Result<Uuid> { in get_km_uuid() argument 914 uuid: &Uuid, in get_key_characteristics_without_app_data() argument
|
D | raw_device.rs | 21 SubComponentType, Uuid, 52 km_uuid: Uuid,
|
D | security_level.rs | 42 KeyMetaEntry, KeyType, SubComponentType, Uuid, 75 km_uuid: Uuid, 92 ) -> Result<(Strong<dyn IKeystoreSecurityLevel>, Uuid)> { in new_native_binder() argument 816 km_uuid: Option<Uuid>, in store_upgraded_keyblob() argument 845 km_uuid: Option<Uuid>, in upgrade_keyblob_if_required_with() argument
|
D | database.rs | 233 KmUuid(Uuid) with accessor km_uuid, 323 pub struct Uuid([u8; 16]); struct 325 impl Deref for Uuid { implementation 333 impl From<SecurityLevel> for Uuid { implementation 339 impl ToSql for Uuid { implementation 345 impl FromSql for Uuid { implementation 359 pub static KEYSTORE_UUID: Uuid = Uuid([ 682 km_uuid: Uuid, 714 pub fn km_uuid(&self) -> &Uuid { in km_uuid() argument 1462 km_uuid: &Uuid, in create_key_entry_internal() argument [all …]
|
/system/extras/profcollectd/libprofcollectd/ |
D | report.rs | 27 use uuid::Uuid; 91 let uuid = Uuid::new_v1( in get_report_filename() 100 let uuid_ts = Uuid::parse_str(filename)? in get_report_ts()
|