Searched refs:PolicyOr (Results 1 – 8 of 8) sorted by relevance
248 TPMS_POLICYOR PolicyOr; /**< None */ member
1067 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in cleanup_policy_elements()1356 to_policy->element.PolicyOr.branches = in copy_policy_element()1357 copy_policy_branches(from_policy->element.PolicyOr.branches); in copy_policy_element()1358 goto_if_null2(to_policy->element.PolicyOr.branches, "Out of memory", in copy_policy_element()1392 TPML_POLICYBRANCHES *branches = from_policy->elements[i].element.PolicyOr.branches; in copy_policy_elements()1393 to_policy->elements[i].element.PolicyOr.branches = copy_policy_branches(branches); in copy_policy_elements()1394 if (to_policy->elements[i].element.PolicyOr.branches == NULL) { in copy_policy_elements()
41 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in get_policy_elements()
1422 &policy->element.PolicyOr, in execute_policy_element()1548 branches = elements->elements[i].element.PolicyOr.branches; in compute_policy_list()
1293 r = ifapi_calculate_policy_or(&policy->elements[i].element.PolicyOr, in ifapi_calculate_policy()
1213 return ifapi_json_TPMS_POLICYOR_serialize(&in->PolicyOr, jso); in ifapi_json_TPMU_POLICYELEMENT_serialize()
1289 return ifapi_json_TPMS_POLICYOR_deserialize(jso, &out->PolicyOr); in ifapi_json_TPMU_POLICYELEMENT_deserialize()
73 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in cleanup_policy_elements()475 policy_element_or.element.PolicyOr.branches = or_branch_list; in check_policy_bin()