Lines Matching refs:blocks
29 int rounds, int blocks);
31 int rounds, int blocks);
34 int rounds, int blocks, u8 iv[]);
37 int rounds, int blocks, u8 ctr[], u8 final[]);
40 int rounds, int blocks, u8 iv[], int);
42 int rounds, int blocks, u8 iv[], int);
87 int rounds, int blocks))
97 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE;
100 blocks = round_down(blocks,
105 ctx->rounds, blocks);
108 walk.nbytes - blocks * AES_BLOCK_SIZE);
171 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE;
174 blocks = round_down(blocks,
179 ctx->key.rk, ctx->key.rounds, blocks,
183 walk.nbytes - blocks * AES_BLOCK_SIZE);
243 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE;
247 blocks = round_down(blocks,
254 ctx->rk, ctx->rounds, blocks, walk.iv, final);
258 u8 *dst = walk.dst.virt.addr + blocks * AES_BLOCK_SIZE;
259 u8 *src = walk.src.virt.addr + blocks * AES_BLOCK_SIZE;
268 walk.nbytes - blocks * AES_BLOCK_SIZE);
343 int rounds, int blocks, u8 iv[], int))
373 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE;
377 blocks = round_down(blocks,
384 ctx->key.rounds, blocks, walk.iv, reorder_last_tweak);
387 walk.nbytes - blocks * AES_BLOCK_SIZE);