Searched refs:ror56 (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/crypto/ |
D | fcrypt.c | 58 #define ror56(hi, lo, n) \ macro 372 ctx->sched[0x0] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 373 ctx->sched[0x1] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 374 ctx->sched[0x2] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 375 ctx->sched[0x3] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 376 ctx->sched[0x4] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 377 ctx->sched[0x5] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 378 ctx->sched[0x6] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 379 ctx->sched[0x7] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() 380 ctx->sched[0x8] = cpu_to_be32(lo); ror56(hi, lo, 11); in fcrypt_setkey() [all …]
|