Home
last modified time | relevance | path

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

/system/tpm/tpm_manager/server/
Dtpm2_nvram_impl.cc63 bool* world_read_allowed, in MapAttributesToTpm() argument
67 *world_read_allowed = true; in MapAttributesToTpm()
84 *world_read_allowed = false; in MapAttributesToTpm()
150 bool world_read_allowed = false; in DefineSpace() local
152 if (!MapAttributesToTpm(attributes, &attribute_flags, &world_read_allowed, in DefineSpace()
159 policy_record.set_world_read_allowed(world_read_allowed); in DefineSpace()
456 if (!policy_record.world_read_allowed()) { in GetSpaceInfo()
535 if ((is_read_command && !policy_record.world_read_allowed()) || in AddPoliciesForCommand()
/system/tpm/tpm_manager/common/
Dtpm_manager.proto101 optional bool world_read_allowed = 3; field
Dprint_tpm_manager_proto.cc148 value.world_read_allowed() ? "true" : "false"); in GetProtoDebugStringWithIndent()