Lines Matching refs:km_uuid
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()
815 km_uuid: Option<Uuid>, in store_upgraded_keyblob()
824 if let Some(uuid) = km_uuid { in store_upgraded_keyblob()
845 km_uuid: Option<Uuid>, in upgrade_keyblob_if_required_with()
861 Self::store_upgraded_keyblob(kid, km_uuid, key_blob, upgraded_blob) in upgrade_keyblob_if_required_with()
875 Self::store_upgraded_keyblob(kid, km_uuid, key_blob, key_blob) in upgrade_keyblob_if_required_with()