Lines Matching defs:blocks
30 int rounds, int blocks);
32 int rounds, int blocks);
35 int rounds, int blocks, u8 iv[]);
37 int rounds, int blocks, u8 iv[]);
44 int rounds, int blocks, u8 ctr[]);
172 unsigned int blocks;
177 while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) {
180 ctx->key_enc, num_rounds(ctx), blocks);
192 unsigned int blocks;
197 while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) {
200 ctx->key_dec, num_rounds(ctx), blocks);
212 unsigned int blocks;
215 while ((blocks = (walk->nbytes / AES_BLOCK_SIZE))) {
218 ctx->key_enc, num_rounds(ctx), blocks,
242 unsigned int blocks;
245 while ((blocks = (walk->nbytes / AES_BLOCK_SIZE))) {
248 ctx->key_dec, num_rounds(ctx), blocks,
388 int err, blocks;
392 while ((blocks = (walk.nbytes / AES_BLOCK_SIZE))) {
395 ctx->key_enc, num_rounds(ctx), blocks,
409 blocks = -1;
413 blocks, walk.iv);