Lines Matching refs:blocks
32 int rounds, int blocks);
34 int rounds, int blocks);
37 int rounds, int blocks, u8 iv[]);
40 int rounds, int blocks, u8 ctr[]);
43 int rounds, int blocks, u8 iv[], int);
45 int rounds, int blocks, u8 iv[], int);
90 int rounds, int blocks))
100 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE;
103 blocks = round_down(blocks,
108 ctx->rounds, blocks);
111 walk.nbytes - blocks * AES_BLOCK_SIZE);
174 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE;
177 blocks = round_down(blocks,
182 ctx->key.rk, ctx->key.rounds, blocks,
186 walk.nbytes - blocks * AES_BLOCK_SIZE);
339 int rounds, int blocks, u8 iv[], int))
369 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE;
373 blocks = round_down(blocks,
380 ctx->key.rounds, blocks, walk.iv, reorder_last_tweak);
383 walk.nbytes - blocks * AES_BLOCK_SIZE);