Lines Matching defs:sched

54 	__be32 sched[ROUNDS];
223 #define F_ENCRYPT(R, L, sched) \
226 u.l = sched ^ R; \
242 F_ENCRYPT(X.r, X.l, ctx->sched[0x0]);
243 F_ENCRYPT(X.l, X.r, ctx->sched[0x1]);
244 F_ENCRYPT(X.r, X.l, ctx->sched[0x2]);
245 F_ENCRYPT(X.l, X.r, ctx->sched[0x3]);
246 F_ENCRYPT(X.r, X.l, ctx->sched[0x4]);
247 F_ENCRYPT(X.l, X.r, ctx->sched[0x5]);
248 F_ENCRYPT(X.r, X.l, ctx->sched[0x6]);
249 F_ENCRYPT(X.l, X.r, ctx->sched[0x7]);
250 F_ENCRYPT(X.r, X.l, ctx->sched[0x8]);
251 F_ENCRYPT(X.l, X.r, ctx->sched[0x9]);
252 F_ENCRYPT(X.r, X.l, ctx->sched[0xa]);
253 F_ENCRYPT(X.l, X.r, ctx->sched[0xb]);
254 F_ENCRYPT(X.r, X.l, ctx->sched[0xc]);
255 F_ENCRYPT(X.l, X.r, ctx->sched[0xd]);
256 F_ENCRYPT(X.r, X.l, ctx->sched[0xe]);
257 F_ENCRYPT(X.l, X.r, ctx->sched[0xf]);
274 F_ENCRYPT(X.l, X.r, ctx->sched[0xf]);
275 F_ENCRYPT(X.r, X.l, ctx->sched[0xe]);
276 F_ENCRYPT(X.l, X.r, ctx->sched[0xd]);
277 F_ENCRYPT(X.r, X.l, ctx->sched[0xc]);
278 F_ENCRYPT(X.l, X.r, ctx->sched[0xb]);
279 F_ENCRYPT(X.r, X.l, ctx->sched[0xa]);
280 F_ENCRYPT(X.l, X.r, ctx->sched[0x9]);
281 F_ENCRYPT(X.r, X.l, ctx->sched[0x8]);
282 F_ENCRYPT(X.l, X.r, ctx->sched[0x7]);
283 F_ENCRYPT(X.r, X.l, ctx->sched[0x6]);
284 F_ENCRYPT(X.l, X.r, ctx->sched[0x5]);
285 F_ENCRYPT(X.r, X.l, ctx->sched[0x4]);
286 F_ENCRYPT(X.l, X.r, ctx->sched[0x3]);
287 F_ENCRYPT(X.r, X.l, ctx->sched[0x2]);
288 F_ENCRYPT(X.l, X.r, ctx->sched[0x1]);
289 F_ENCRYPT(X.r, X.l, ctx->sched[0x0]);
328 ctx->sched[0x0] = cpu_to_be32(k); ror56_64(k, 11);
329 ctx->sched[0x1] = cpu_to_be32(k); ror56_64(k, 11);
330 ctx->sched[0x2] = cpu_to_be32(k); ror56_64(k, 11);
331 ctx->sched[0x3] = cpu_to_be32(k); ror56_64(k, 11);
332 ctx->sched[0x4] = cpu_to_be32(k); ror56_64(k, 11);
333 ctx->sched[0x5] = cpu_to_be32(k); ror56_64(k, 11);
334 ctx->sched[0x6] = cpu_to_be32(k); ror56_64(k, 11);
335 ctx->sched[0x7] = cpu_to_be32(k); ror56_64(k, 11);
336 ctx->sched[0x8] = cpu_to_be32(k); ror56_64(k, 11);
337 ctx->sched[0x9] = cpu_to_be32(k); ror56_64(k, 11);
338 ctx->sched[0xa] = cpu_to_be32(k); ror56_64(k, 11);
339 ctx->sched[0xb] = cpu_to_be32(k); ror56_64(k, 11);
340 ctx->sched[0xc] = cpu_to_be32(k); ror56_64(k, 11);
341 ctx->sched[0xd] = cpu_to_be32(k); ror56_64(k, 11);
342 ctx->sched[0xe] = cpu_to_be32(k); ror56_64(k, 11);
343 ctx->sched[0xf] = cpu_to_be32(k);
369 ctx->sched[0x0] = cpu_to_be32(lo); ror56(hi, lo, 11);
370 ctx->sched[0x1] = cpu_to_be32(lo); ror56(hi, lo, 11);
371 ctx->sched[0x2] = cpu_to_be32(lo); ror56(hi, lo, 11);
372 ctx->sched[0x3] = cpu_to_be32(lo); ror56(hi, lo, 11);
373 ctx->sched[0x4] = cpu_to_be32(lo); ror56(hi, lo, 11);
374 ctx->sched[0x5] = cpu_to_be32(lo); ror56(hi, lo, 11);
375 ctx->sched[0x6] = cpu_to_be32(lo); ror56(hi, lo, 11);
376 ctx->sched[0x7] = cpu_to_be32(lo); ror56(hi, lo, 11);
377 ctx->sched[0x8] = cpu_to_be32(lo); ror56(hi, lo, 11);
378 ctx->sched[0x9] = cpu_to_be32(lo); ror56(hi, lo, 11);
379 ctx->sched[0xa] = cpu_to_be32(lo); ror56(hi, lo, 11);
380 ctx->sched[0xb] = cpu_to_be32(lo); ror56(hi, lo, 11);
381 ctx->sched[0xc] = cpu_to_be32(lo); ror56(hi, lo, 11);
382 ctx->sched[0xd] = cpu_to_be32(lo); ror56(hi, lo, 11);
383 ctx->sched[0xe] = cpu_to_be32(lo); ror56(hi, lo, 11);
384 ctx->sched[0xf] = cpu_to_be32(lo);