Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dkeymaster_attributes.pb.h58 bool has_uuid; member
Dsecure_storage_manager.cpp371 if (!(km_attributes->has_uuid)) { in ReadAttestationUuid()
390 km_attributes->has_uuid = true; in WriteAttestationUuid()
408 km_attributes->has_uuid = false; in DeleteAttestationUuid()
912 km_attributes->has_uuid = true; in TranslateLegacyFormat()
/trusty/user/app/keymint/
Dkeymaster_attributes.rs60 pub fn has_uuid(&self) -> bool { in has_uuid() method