Lines Matching defs:X0
62 uint64_t X0, X1, X2, X3;
67 Xptr[0] = &X0;
96 X0 = w[0] + ks[0]; /* do the first full key injection */
118 X0 += ks[((R) + 1) % 5]; /* inject the key schedule value */ \
129 X0 += ks[r + (R) + 0]; /* inject the key schedule value */ \
208 ctx->X[0] = X0 ^ w[0];
267 uint64_t X0, X1, X2, X3, X4, X5, X6, X7;
272 Xptr[0] = &X0;
311 X0 = w[0] + ks[0]; /* do the first full key injection */
337 X0 += ks[((R) + 1) % 9]; /* inject the key schedule value */\
352 X0 += ks[r + (R) + 0]; /* inject the key schedule value */ \
436 ctx->X[0] = X0 ^ w[0];