Lines Matching defs:xpos
106 const u8 *xpos = x;113 xor_block(y, xpos);114 xpos += 16;123 if (x + xlen > xpos) {125 size_t last = x + xlen - xpos;126 os_memcpy(tmp, xpos, last);147 const u8 *xpos = x;159 xor_block(ypos, xpos);160 xpos += AES_BLOCK_SIZE;165 last = x + xlen - xpos;170 *ypos++ = *xpos++ ^ tmp[i];