Lines Matching refs:cpu_to_be32

73 #define Z(x) cpu_to_be32(x << 3)
110 #define Z(x) cpu_to_be32(((x & 0x1f) << 27) | (x >> 5))
147 #define Z(x) cpu_to_be32(x << 11)
184 #define Z(x) cpu_to_be32(x << 19)
328 ctx->sched[0x0] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
329 ctx->sched[0x1] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
330 ctx->sched[0x2] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
331 ctx->sched[0x3] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
332 ctx->sched[0x4] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
333 ctx->sched[0x5] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
334 ctx->sched[0x6] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
335 ctx->sched[0x7] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
336 ctx->sched[0x8] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
337 ctx->sched[0x9] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
338 ctx->sched[0xa] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
339 ctx->sched[0xb] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
340 ctx->sched[0xc] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
341 ctx->sched[0xd] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
342 ctx->sched[0xe] = cpu_to_be32(k); ror56_64(k, 11); in fcrypt_setkey()
343 ctx->sched[0xf] = cpu_to_be32(k); in fcrypt_setkey()
369 ctx->sched[0x0] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
370 ctx->sched[0x1] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
371 ctx->sched[0x2] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
372 ctx->sched[0x3] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
373 ctx->sched[0x4] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
374 ctx->sched[0x5] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
375 ctx->sched[0x6] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
376 ctx->sched[0x7] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
377 ctx->sched[0x8] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
378 ctx->sched[0x9] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
379 ctx->sched[0xa] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
380 ctx->sched[0xb] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
381 ctx->sched[0xc] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
382 ctx->sched[0xd] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
383 ctx->sched[0xe] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey()
384 ctx->sched[0xf] = cpu_to_be32(lo); in fcrypt_setkey()