Lines Matching refs:t
129 State t;
132 if (test_SB_SR(t.b, rounds[i].start.b)) {
133 verify(&rounds[i].after_sr, &t, "SB+SR");
138 if (test_MC(t.b, rounds[i].after_sr.b)) {
139 verify(&rounds[i].after_mc, &t, "MC");
145 if (test_SB_SR_MC_AK(t.b, rounds[i].start.b, rounds[i].round_key.b)) {
146 verify(&rounds[i + 1].start, &t, "SB+SR+MC+AK");
151 if (test_ISB_ISR(t.b, rounds[i].after_sr.b)) {
152 verify(&rounds[i].start, &t, "ISB+ISR");
157 if (test_IMC(t.b, rounds[i].after_mc.b)) {
158 verify(&rounds[i].after_sr, &t, "IMC");
164 if (test_ISB_ISR_AK_IMC(t.b, rounds[i].after_sr.b,
166 verify(&rounds[i - 1].after_sr, &t, "ISB+ISR+AK+IMC");
176 if (test_IMC(t.b, rounds[i - 1].round_key.b) &&
177 test_ISB_ISR_IMC_AK(t.b, rounds[i].after_sr.b, t.b)) {
178 verify(&rounds[i - 1].after_sr, &t, "ISB+ISR+IMC+AK");