Lines Matching refs:be128_xor
187 * most common). This ensures that each be128_xor() call in the loop
191 * making each be128_xor() a NOP if its associated bit in 'ch' is not
192 * set, and this is equivalent to calling be128_xor() conditionally.
211 be128_xor(r, r, &p[ 0 + !(ch & 0x80)]);
212 be128_xor(r, r, &p[ 2 + !(ch & 0x40)]);
213 be128_xor(r, r, &p[ 4 + !(ch & 0x20)]);
214 be128_xor(r, r, &p[ 6 + !(ch & 0x10)]);
215 be128_xor(r, r, &p[ 8 + !(ch & 0x08)]);
216 be128_xor(r, r, &p[10 + !(ch & 0x04)]);
217 be128_xor(r, r, &p[12 + !(ch & 0x02)]);
218 be128_xor(r, r, &p[14 + !(ch & 0x01)]);
242 be128_xor(r, r, &p[7]);
244 be128_xor(r, r, &p[6]);
246 be128_xor(r, r, &p[5]);
248 be128_xor(r, r, &p[4]);
250 be128_xor(r, r, &p[3]);
252 be128_xor(r, r, &p[2]);
254 be128_xor(r, r, &p[1]);
256 be128_xor(r, r, &p[0]);
305 be128_xor(&t->t[i]->t[j + k],
340 be128_xor(r, r, &t->t[i]->t[ap[15 - i]]);
376 be128_xor(&t->t[j + k], &t->t[j], &t->t[k]);
398 be128_xor(&t->t[j + k], &t->t[j], &t->t[k]);
414 be128_xor(r, r, &t->t[ap[i]]);
429 be128_xor(r, r, &t->t[ap[i]]);