Home
last modified time | relevance | path

Searched refs:PolicyOr (Results 1 – 8 of 8) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_types.h248 TPMS_POLICYOR PolicyOr; /**< None */ member
Difapi_helpers.c1067 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()
Difapi_policy_instantiate.c41 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in get_policy_elements()
Difapi_policy_execute.c1422 &policy->element.PolicyOr, in execute_policy_element()
1548 branches = elements->elements[i].element.PolicyOr.branches; in compute_policy_list()
Difapi_policy_calculate.c1293 r = ifapi_calculate_policy_or(&policy->elements[i].element.PolicyOr, in ifapi_calculate_policy()
Difapi_policy_json_serialize.c1213 return ifapi_json_TPMS_POLICYOR_serialize(&in->PolicyOr, jso); in ifapi_json_TPMU_POLICYELEMENT_serialize()
Difapi_policy_json_deserialize.c1289 return ifapi_json_TPMS_POLICYOR_deserialize(jso, &out->PolicyOr); in ifapi_json_TPMU_POLICYELEMENT_deserialize()
/external/tpm2-tss/test/unit/
Dfapi-json.c73 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()