Lines Matching +full:- +full:p1
1 /* SPDX-License-Identifier: GPL-2.0 */
7 * Copyright © 2017-2020 Mickaël Salaün <mic@digikod.net>
8 * Copyright © 2019-2020 ANSSI
12 /* clang-format on */
23 * P1-. P1 -> P2 : allow
24 * \ P2 -> P1 : allow
27 /* clang-format off */
29 /* clang-format on */ in FIXTURE_VARIANT_ADD()
38 * P1--. P1 -> P2 : allow
39 * \ P2 -> P1 : deny
40 * .'-----.
42 * '------'
44 /* clang-format off */
46 /* clang-format on */ in FIXTURE_VARIANT_ADD()
54 * .------.
55 * | P1 --. P1 -> P2 : deny
56 * '------' \ P2 -> P1 : allow
60 /* clang-format off */
62 /* clang-format on */ in FIXTURE_VARIANT_ADD()
70 * .------.
71 * | P1 ---. P1 -> P2 : deny
72 * '------' \ P2 -> P1 : deny
73 * .---'--.
75 * '------'
77 /* clang-format off */
79 /* clang-format on */ in FIXTURE_VARIANT_ADD()
87 * .-------------.
88 * | P1----. | P1 -> P2 : allow
89 * | \ | P2 -> P1 : allow
92 * '-------------'
94 /* clang-format off */
96 /* clang-format on */ in FIXTURE_VARIANT_ADD()
104 * .-----------------.
105 * | P1----. | P1 -> P2 : allow
106 * | \ | P2 -> P1 : deny
107 * | .-'----. |
109 * | '------' |
110 * '-----------------'
112 /* clang-format off */
114 /* clang-format on */ in FIXTURE_VARIANT_ADD()
122 * .-----------------.
123 * |.------. | P1 -> P2 : deny
124 * || P1 ----. | P2 -> P1 : allow
125 * |'------' \ |
128 * '-----------------'
130 /* clang-format off */
132 /* clang-format on */ in FIXTURE_VARIANT_ADD()
140 * .-----------------.
141 * | .------. | P1 -> P2 : deny
142 * | | P1 . | P2 -> P1 : deny
143 * | '------'\ |
145 * | .--'---. |
147 * | '------' |
148 * '-----------------'
150 /* clang-format off */
152 /* clang-format on */ in FIXTURE_VARIANT_ADD()