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.h13 #define POLICYOR 1 /**< None */ macro
Difapi_policy_instantiate.c39 if (policy->elements[i].type == POLICYOR) { in get_policy_elements()
Difapi_helpers.c1065 if (policy->elements[i].type == POLICYOR) { in cleanup_policy_elements()
1355 case POLICYOR: in copy_policy_element()
1389 if (from_policy->elements[i].type == POLICYOR) { in copy_policy_elements()
1390 to_policy->elements[i].type = POLICYOR; in copy_policy_elements()
Difapi_policy_json_deserialize.c96 { POLICYOR, "Or" },
1288 case POLICYOR: in ifapi_json_TPMU_POLICYELEMENT_deserialize()
Difapi_policy_json_serialize.c48 { POLICYOR, "POLICYOR" },
1212 case POLICYOR: in ifapi_json_TPMU_POLICYELEMENT_serialize()
Difapi_policy_execute.c1420 case POLICYOR: in execute_policy_element()
1547 if (elements->elements[i].type == POLICYOR) { in compute_policy_list()
Difapi_policy_calculate.c1292 case POLICYOR: in ifapi_calculate_policy()
/external/tpm2-tss/test/unit/
Dfapi-json.c71 if (policy->elements[i].type == POLICYOR) { in cleanup_policy_elements()
476 policy_element_or.type = POLICYOR; in check_policy_bin()