Lines Matching defs:consts
25 * | consts (block size * 2)
55 __be64 *consts = PTR_ALIGN((void *)ctx->ctx,
66 memset(consts, 0, bs);
67 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts);
72 _const[0] = be64_to_cpu(consts[1]);
73 _const[1] = be64_to_cpu(consts[0]);
81 consts[i + 0] = cpu_to_be64(_const[1]);
82 consts[i + 1] = cpu_to_be64(_const[0]);
88 _const[0] = be64_to_cpu(consts[0]);
95 consts[i] = cpu_to_be64(_const[0]);
172 u8 *consts = PTR_ALIGN((void *)tctx->ctx,
193 crypto_xor(prev, consts + offset, bs);