Lines Matching defs:xor128
344 xor128(void *x, const void *a, const void *b)
389 xor128(tmp, tmp, cv);
436 xor128(tmp, tmp, cv);
440 xor128(tmp, tmp, iv0);
541 xor128(out, in, t);
543 xor128(out, out, t);
553 xor128(out + 4*i, in + 4*i, t);
558 xor128(out + 4*i, in + 4*i, buf + 4*i);
563 xor128(buf, in, t);
574 xor128(buf, buf, t);
576 xor128(buf, buf, t);
635 xor128(out, in, t);
637 xor128(out, out, t);
647 xor128(out + 4*i, in + 4*i, t);
652 xor128(out + 4*i, in + 4*i, buf + 4*i);
657 xor128(buf, in, t);
668 xor128(buf, buf, t);
670 xor128(buf, buf, t);
712 xor128(auth, auth, in);
768 xor128(authctr, authctr, in);
774 xor128(out, in, authctr + 16);
831 xor128(out, authctr + 16, in);
832 xor128(authctr, authctr, out);