Searched refs:km_uuid (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore2/src/ |
D | raw_device.rs | 50 km_uuid: Uuid, field 65 let (asp, hw_info, km_uuid) = get_keymint_device(&security_level) in get() 70 km_uuid, in get() 120 blob_metadata.add(BlobMetaEntry::KmUuid(self.km_uuid)); in create_and_store_key() 129 &self.km_uuid, in create_and_store_key() 194 if Some(&self.km_uuid) == blob_metadata.km_uuid() { in lookup_or_generate_key() 273 new_blob_metadata.add(BlobMetaEntry::KmUuid(self.km_uuid)); in upgrade_keyblob_if_required_with()
|
D | remote_provisioning.rs | 55 km_uuid: Uuid, field 61 pub fn new(security_level: SecurityLevel, km_uuid: Uuid) -> Self { in new() 62 Self { security_level, km_uuid, is_hal_present: AtomicBool::new(true) } in new() 81 .get_attestation_pool_status(0 /* date */, &self.km_uuid) in check_rem_prov_enabled() 135 .retrieve_attestation_key_and_cert_chain(key.domain, caller_uid as i64, &self.km_uuid) in get_rem_prov_attest_key_helper() 143 db.assign_attestation_key(key.domain, caller_uid as i64, &self.km_uuid) in get_rem_prov_attest_key_helper()
|
D | security_level.rs | 66 km_uuid: Uuid, field 88 let (dev, hw_info, km_uuid) = get_keymint_device(&security_level) in new_native_binder() 95 km_uuid, in new_native_binder() 97 rem_prov_state: RemProvState::new(security_level, km_uuid), in new_native_binder() 102 Ok((result, km_uuid)) in new_native_binder() 174 blob_metadata.add(BlobMetaEntry::KmUuid(self.km_uuid)); in store_new_key() 184 &self.km_uuid, in store_new_key() 771 km_uuid: Option<&Uuid>, in store_upgraded_keyblob() 780 if let Some(uuid) = km_uuid { in store_upgraded_keyblob() 825 blob_metadata.km_uuid(), in upgrade_keyblob_if_required_with() [all …]
|
D | legacy_migrator.rs | 512 let km_uuid = self in check_and_migrate() localVariable 515 blob_metadata.add(BlobMetaEntry::KmUuid(km_uuid)); in check_and_migrate() 531 &km_uuid, in check_and_migrate() 664 if let (Ok(km_uuid), Some(super_key_id)) = in bulk_delete() 667 blob_metadata.add(BlobMetaEntry::KmUuid(km_uuid)); in bulk_delete()
|
D | database.rs | 191 KmUuid(Uuid) with accessor km_uuid, 620 km_uuid: Uuid, field 656 pub fn km_uuid(&self) -> &Uuid { in km_uuid() method 657 &self.km_uuid in km_uuid() 1349 km_uuid: Uuid, in get_or_create_key_with() 1403 km_uuid, in get_or_create_key_with() 1492 km_uuid: &Uuid, in create_key_entry() 1497 Self::create_key_entry_internal(tx, domain, namespace, key_type, km_uuid).no_gc() in create_key_entry() 1507 km_uuid: &Uuid, in create_key_entry_internal() 1528 km_uuid, in create_key_entry_internal() [all …]
|
D | gc.rs | 121 if let Some(uuid) = blob_metadata.km_uuid() { in process_one_key()
|
D | service.rs | 151 self.get_i_sec_level_by_uuid(key_entry.km_uuid()) in get_key_entry() 166 keySecurityLevel: self.uuid_to_sec_level(key_entry.km_uuid()), in get_key_entry()
|