Home
last modified time | relevance | path

Searched refs:CIL_KEY_XOR (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_internal.h112 char *CIL_KEY_XOR; variable
Dcil_policy.c488 op_str = CIL_KEY_XOR; in cil_perms_to_policy()
701 op_str = CIL_KEY_XOR; in cil_expr_to_string()
Dcil.c119 CIL_KEY_XOR = cil_strpool_add("xor"); in cil_init_keys()
1073 return CIL_KEY_XOR; in cil_node_to_string()
Dcil_tree.c306 op_str = CIL_KEY_XOR; in cil_expr_to_string()
Dcil_build_ast.c2219 else if (op == CIL_KEY_XOR) return CIL_XOR; in __cil_get_expr_operator_flavor()