xor
xor (tmp, tmp, in + i);
xor (tmp, tmp, iv);
xor (pn1, in, iv);
xor (pn, pn, cn);
xor (pn, pn, cn);
xor (pn1, pn1, iv);
xor (tmp, tmp, in + i);
xor (tmp, tmp, iv);
xor (pn1, in, iv);
xor (pn, pn, cn);
xor (pn, pn, cn);
xor (pn1, pn1, iv);
const ARIA_u128 *xor, const ARIA_u128 *z)
o->c[i] = ((t.c[i] >> bits) | (t.c[i ? i - 1 : ARIA_BLOCK_SIZE - 1] << (8 - bits))) ^ xor->c[i];
static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z)
rotnr(19, o, xor, z);
static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z)
rotnr(31, o, xor, z);
static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z)
rotnr(8 * ARIA_BLOCK_SIZE - 61, o, xor, z);
static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z)
rotnr(8 * ARIA_BLOCK_SIZE - 31, o, xor, z);
static void rot19l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z)
rotnr(8 * ARIA_BLOCK_SIZE - 19, o, xor, z);
int neg = 0, xor = 0, carry = 0;
xor = neg ? 0xff : 0x00;
for (; len > 0 && *s2 == xor; s2 += inc2, len--)
if (xor == 0xff) {
BN_ULONG byte_xored = *s ^ xor;
int xor = 0, carry = 0, ext = 0;
xor = a->neg ? 0xff : 0x00;
byte_xored = byte ^ xor;
uint32_t xor = *a ^ *b;
xor&= value_barrier_32(mask);
*a ^= xor;
*b ^= xor;
uint64_t xor = *a ^ *b;
xor&= value_barrier_64(mask);
*a ^= xor;
*b ^= xor;
MAKE_DECODER(XORSIGALG_NAME, xorhmacsig, xor, PrivateKeyInfo);
MAKE_DECODER(XORSIGALG_NAME, xorhmacsig, xor, SubjectPublicKeyInfo);
MAKE_DECODER(XORSIGALG_HASH_NAME, xorhmacsha2sig, xor, PrivateKeyInfo);
MAKE_DECODER(XORSIGALG_HASH_NAME, xorhmacsha2sig, xor, SubjectPublicKeyInfo);
LINUX_ATOMIC_OP(xor, ^)
LINUX_ATOMIC_FETCH_OP(xor, ^)
struct ioat_xor_hw_descriptor xor;
xor(keyp, md, bsize);
xor(keyp, md, bsize);
DECLARE_INSN(xor, MATCH_XOR, MASK_XOR)
int xor = 0;
xor = 1;
setkey.dk_xor = xor;