Searched refs:world_read_allowed (Results 1 – 3 of 3) sorted by relevance
63 bool* world_read_allowed, in MapAttributesToTpm() argument67 *world_read_allowed = true; in MapAttributesToTpm()84 *world_read_allowed = false; in MapAttributesToTpm()150 bool world_read_allowed = false; in DefineSpace() local152 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()
101 optional bool world_read_allowed = 3; field
148 value.world_read_allowed() ? "true" : "false"); in GetProtoDebugStringWithIndent()