Searched refs:km_uuid (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore2/src/ |
D | remote_provisioning.rs | 44 km_uuid: Uuid, field 49 pub fn new(security_level: SecurityLevel, km_uuid: Uuid) -> Self { in new() 50 Self { security_level, km_uuid } in new() 55 self.km_uuid in get_uuid()
|
D | raw_device.rs | 52 km_uuid: Uuid, field 71 let (km_dev, hw_info, km_uuid) = in get() 76 km_uuid, in get() 125 blob_metadata.add(BlobMetaEntry::KmUuid(self.km_uuid)); in create_and_store_key() 134 &self.km_uuid, in create_and_store_key() 199 if Some(&self.km_uuid) == blob_metadata.km_uuid() { in lookup_or_generate_key() 278 new_blob_metadata.add(BlobMetaEntry::KmUuid(self.km_uuid)); in upgrade_keyblob_if_required_with()
|
D | security_level.rs | 71 km_uuid: Uuid, field 93 let (dev, hw_info, km_uuid) = get_keymint_device(&security_level) in new_native_binder() 100 km_uuid, in new_native_binder() 102 rem_prov_state: RemProvState::new(security_level, km_uuid), in new_native_binder() 107 Ok((result, km_uuid)) in new_native_binder() 180 blob_metadata.add(BlobMetaEntry::KmUuid(self.km_uuid)); in store_new_key() 190 &self.km_uuid, in store_new_key() 323 blob_metadata.km_uuid().copied(), in create_operation() 564 blob_metadata.km_uuid().copied(), in generate_key() 789 wrapping_blob_metadata.km_uuid().copied(), in import_wrapped_key() [all …]
|
D | legacy_importer.rs | 492 let km_uuid = in characteristics_file_to_cache() localVariable 513 let (km_params, upgraded_blob) = get_key_characteristics_without_app_data(&km_uuid, &blob) in characteristics_file_to_cache() 531 superseded_metadata.add(BlobMetaEntry::KmUuid(km_uuid)); in characteristics_file_to_cache() 550 superseded_metadata.add(BlobMetaEntry::KmUuid(km_uuid)); in characteristics_file_to_cache() 655 let km_uuid = in check_and_import() localVariable 657 blob_metadata.add(BlobMetaEntry::KmUuid(km_uuid)); in check_and_import() 678 &km_uuid, in check_and_import() 810 if let (Ok(km_uuid), Some(super_key_id)) = in bulk_delete() 813 blob_metadata.add(BlobMetaEntry::KmUuid(km_uuid)); in bulk_delete()
|
D | database.rs | 190 KmUuid(Uuid) with accessor km_uuid, 650 km_uuid: Uuid, field 686 pub fn km_uuid(&self) -> &Uuid { in km_uuid() method 687 &self.km_uuid in km_uuid() 1379 km_uuid: Uuid, in get_or_create_key_with() 1432 km_uuid, in get_or_create_key_with() 1520 km_uuid: &Uuid, in create_key_entry() 1525 Self::create_key_entry_internal(tx, domain, namespace, key_type, km_uuid).no_gc() in create_key_entry() 1535 km_uuid: &Uuid, in create_key_entry_internal() 1556 km_uuid, in create_key_entry_internal() [all …]
|
D | gc.rs | 122 if let Some(uuid) = blob_metadata.km_uuid() { in process_one_key()
|
D | service.rs | 148 self.get_i_sec_level_by_uuid(key_entry.km_uuid()) in get_key_entry() 163 keySecurityLevel: self.uuid_to_sec_level(key_entry.km_uuid()), in get_key_entry()
|