Home
last modified time | relevance | path

Searched refs:ror56_64 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dfcrypt.c66 #define ror56_64(k, n) (k = (k >> n) | ((k & ((1 << n) - 1)) << (56 - n))) macro
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()
[all …]