be128_xor         190 crypto/gf128mul.c 			be128_xor(r, r, &p[0]);
be128_xor         192 crypto/gf128mul.c 			be128_xor(r, r, &p[1]);
be128_xor         194 crypto/gf128mul.c 			be128_xor(r, r, &p[2]);
be128_xor         196 crypto/gf128mul.c 			be128_xor(r, r, &p[3]);
be128_xor         198 crypto/gf128mul.c 			be128_xor(r, r, &p[4]);
be128_xor         200 crypto/gf128mul.c 			be128_xor(r, r, &p[5]);
be128_xor         202 crypto/gf128mul.c 			be128_xor(r, r, &p[6]);
be128_xor         204 crypto/gf128mul.c 			be128_xor(r, r, &p[7]);
be128_xor         228 crypto/gf128mul.c 			be128_xor(r, r, &p[7]);
be128_xor         230 crypto/gf128mul.c 			be128_xor(r, r, &p[6]);
be128_xor         232 crypto/gf128mul.c 			be128_xor(r, r, &p[5]);
be128_xor         234 crypto/gf128mul.c 			be128_xor(r, r, &p[4]);
be128_xor         236 crypto/gf128mul.c 			be128_xor(r, r, &p[3]);
be128_xor         238 crypto/gf128mul.c 			be128_xor(r, r, &p[2]);
be128_xor         240 crypto/gf128mul.c 			be128_xor(r, r, &p[1]);
be128_xor         242 crypto/gf128mul.c 			be128_xor(r, r, &p[0]);
be128_xor         291 crypto/gf128mul.c 				be128_xor(&t->t[i]->t[j + k],
be128_xor         333 crypto/gf128mul.c 				be128_xor(&t->t[i]->t[j + k],
be128_xor         368 crypto/gf128mul.c 		be128_xor(r, r, &t->t[i]->t[ap[i]]);
be128_xor         381 crypto/gf128mul.c 		be128_xor(r, r, &t->t[i]->t[ap[15 - i]]);
be128_xor         417 crypto/gf128mul.c 			be128_xor(&t->t[j + k], &t->t[j], &t->t[k]);
be128_xor         439 crypto/gf128mul.c 			be128_xor(&t->t[j + k], &t->t[j], &t->t[k]);
be128_xor         455 crypto/gf128mul.c 		be128_xor(r, r, &t->t[ap[i]]);
be128_xor         470 crypto/gf128mul.c 		be128_xor(r, r, &t->t[ap[i]]);
be128_xor         101 crypto/lrw.c   	be128_xor(dst, &s->t, src);		/* PP <- T xor P */
be128_xor         103 crypto/lrw.c   	be128_xor(dst, dst, &s->t);		/* C <- T xor CC */
be128_xor         160 crypto/lrw.c   			be128_xor(&s.t, &s.t, &ctx->mulinc[get_index128(iv)]);
be128_xor          87 crypto/xts.c   	be128_xor(dst, s->t, src);		/* PP <- T xor P */
be128_xor          89 crypto/xts.c   	be128_xor(dst, dst, s->t);		/* C <- T xor CC */