Home
last modified time | relevance | path

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

/system/tpm/tpm_manager/server/
Dtpm2_nvram_impl.cc64 bool* world_write_allowed) { in MapAttributesToTpm() argument
68 *world_write_allowed = true; in MapAttributesToTpm()
81 *world_write_allowed = false; in MapAttributesToTpm()
151 bool world_write_allowed = false; in DefineSpace() local
153 &world_write_allowed)) { in DefineSpace()
160 policy_record.set_world_write_allowed(world_write_allowed); in DefineSpace()
459 if (!policy_record.world_write_allowed()) { in GetSpaceInfo()
536 (is_write_command && !policy_record.world_write_allowed())) { in AddPoliciesForCommand()
/system/tpm/tpm_manager/common/
Dtpm_manager.proto104 optional bool world_write_allowed = 4; field
Dprint_tpm_manager_proto.cc154 value.world_write_allowed() ? "true" : "false"); in GetProtoDebugStringWithIndent()