Searched defs:Uuid (Results 1 – 6 of 6) sorted by relevance
| /system/security/keystore2/src/ |
| D | globals.rs | 110 ) -> Option<(Strong<T>, KeyMintHardwareInfo, Uuid)> { in dev_by_sec_level() argument 114 fn dev_by_uuid(&self, uuid: &Uuid) -> Option<(Strong<T>, KeyMintHardwareInfo, Uuid)> { in dev_by_uuid() argument 346 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo, Uuid)> { in get_keymint_device() argument 364 uuid: &Uuid, in get_keymint_dev_by_uuid()
|
| D | gc.rs | 50 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with()
|
| D | legacy_importer.rs | 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() 919 uuid: &Uuid, in get_key_characteristics_without_app_data()
|
| D | database.rs | 318 pub struct Uuid([u8; 16]); struct 320 impl Deref for Uuid { implementation 328 impl From<SecurityLevel> for Uuid { implementation 334 impl ToSql for Uuid { implementation 340 impl FromSql for Uuid { implementation 741 pub fn km_uuid(&self) -> &Uuid { in km_uuid() 1602 km_uuid: &Uuid, in create_key_entry_internal() 1904 km_uuid: &Uuid, in store_new_key() 1983 km_uuid: &Uuid, in store_new_certificate() 2487 fn get_key_km_uuid(tx: &Transaction, key_id: i64) -> Result<Uuid> { in get_key_km_uuid()
|
| D | security_level.rs | 95 ) -> Result<(Strong<dyn IKeystoreSecurityLevel>, Uuid)> { in new_native_binder() argument 871 km_uuid: Option<Uuid>, in store_upgraded_keyblob() 900 km_uuid: Option<Uuid>, in upgrade_keyblob_if_required_with()
|
| /system/security/keystore2/src/database/ |
| D | tests.rs | 190 km_uuid: &Uuid, in create_key_entry() 215 fn extractor(ke: &KeyEntryRow) -> (Domain, i64, Option<&str>, Uuid) { in test_create_key_entry() argument 248 fn extractor(ke: &KeyEntryRow) -> (Option<Domain>, Option<i64>, Option<&str>, Option<Uuid>) { in test_rebind_alias()
|