Lines Matching defs:consts
26 * | consts (block size * 2)
56 __be64 *consts = PTR_ALIGN((void *)ctx->ctx,
67 memset(consts, 0, bs);
68 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts);
73 _const[0] = be64_to_cpu(consts[1]);
74 _const[1] = be64_to_cpu(consts[0]);
82 consts[i + 0] = cpu_to_be64(_const[1]);
83 consts[i + 1] = cpu_to_be64(_const[0]);
89 _const[0] = be64_to_cpu(consts[0]);
96 consts[i] = cpu_to_be64(_const[0]);
173 u8 *consts = PTR_ALIGN((void *)tctx->ctx,
194 crypto_xor(prev, consts + offset, bs);