Home
last modified time | relevance | path

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

/trusty/user/app/keymaster/
Dkeymaster_attributes.pb.h60 bool has_product_id; member
Dsecure_storage_manager.cpp426 if (km_attributes->has_product_id) { in SetProductId()
431 km_attributes->has_product_id = true; in SetProductId()
450 if (!km_attributes->has_product_id) { in ReadProductId()
629 km_attributes_p->has_product_id = false; in DeleteProductId()
897 km_attributes->has_product_id = true; in TranslateLegacyFormat()
/trusty/user/app/keymint/
Dkeymaster_attributes.rs96 pub fn has_product_id(&self) -> bool { in has_product_id() method