Home | History | Annotate | Download | only in x86

Lines Matching defs:xor128

338 xor128(void *x, const void *a, const void *b)
383 xor128(tmp, tmp, cv);
430 xor128(tmp, tmp, cv);
434 xor128(tmp, tmp, iv0);
535 xor128(out, in, t);
537 xor128(out, out, t);
547 xor128(out + 4*i, in + 4*i, t);
552 xor128(out + 4*i, in + 4*i, buf + 4*i);
557 xor128(buf, in, t);
568 xor128(buf, buf, t);
570 xor128(buf, buf, t);
629 xor128(out, in, t);
631 xor128(out, out, t);
641 xor128(out + 4*i, in + 4*i, t);
646 xor128(out + 4*i, in + 4*i, buf + 4*i);
651 xor128(buf, in, t);
662 xor128(buf, buf, t);
664 xor128(buf, buf, t);
706 xor128(auth, auth, in);
762 xor128(authctr, authctr, in);
768 xor128(out, in, authctr + 16);
825 xor128(out, authctr + 16, in);
826 xor128(authctr, authctr, out);