Searched defs:X0 (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/skein/
H A Dskein_block.c68 u64 X0, X1, X2, X3; /* local copy of context vars, for speed */ local
73 X_ptr[0] = &X0; X_ptr[1] = &X1; X_ptr[2] = &X2; X_ptr[3] = &X3;
99 X0 = w[0] + ks[0]; /* do the first full key injection */
128 X0 += ks[((R)+1) % 5]; \
144 X0 += ks[r+(R)+0]; \
225 ctx->x[0] = X0 ^ w[0];
277 u64 X0, X1, X2, X3, X4, X5, X6, X7; /* local copies, for speed */ local
282 X_ptr[0] = &X0; X_ptr[1] = &X1; X_ptr[2] = &X2; X_ptr[3] = &X3;
315 X0 = w[0] + ks[0]; /* do the first full key injection */
347 X0
[all...]

Completed in 579 milliseconds