Lines Matching refs:ctrblk
252 u8 *ctrblk = walk->iv;
258 blowfish_enc_blk(ctx, keystream, ctrblk);
261 crypto_inc(ctrblk, BF_BLOCK_SIZE);
270 u64 ctrblk = be64_to_cpu(*(__be64 *)walk->iv);
284 ctrblocks[0] = cpu_to_be64(ctrblk++);
285 ctrblocks[1] = cpu_to_be64(ctrblk++);
286 ctrblocks[2] = cpu_to_be64(ctrblk++);
287 ctrblocks[3] = cpu_to_be64(ctrblk++);
305 ctrblocks[0] = cpu_to_be64(ctrblk++);
314 *(__be64 *)walk->iv = cpu_to_be64(ctrblk);