Home
last modified time | relevance | path

Searched refs:get_km_uuid (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dlegacy_importer.rs424 fn get_km_uuid(&self, is_strongbox: bool) -> Result<Uuid> { in get_km_uuid() method
498 self.get_km_uuid(km_blob.is_strongbox()).context(ks_err!("Trying to get KM UUID"))?; in characteristics_file_to_cache()
661 self.get_km_uuid(is_strongbox).context(ks_err!("Trying to get KM UUID"))?; in check_and_import()
816 (self.get_km_uuid(is_strongbox), super_key_id) in bulk_delete()