Lines Matching defs:nblocks
33 u8 *iv, unsigned int nblocks);
35 u8 *iv, unsigned int nblocks);
53 const u8 *src, unsigned int nblocks,
173 unsigned int nblocks;
175 nblocks = nbytes / SM4_BLOCK_SIZE;
176 if (nblocks) {
181 walk.iv, nblocks);
184 walk.iv, nblocks);
431 int nblocks = DIV_ROUND_UP(req->cryptlen, SM4_BLOCK_SIZE) - 2;
440 nblocks * SM4_BLOCK_SIZE, req->iv);
709 unsigned int l, nblocks;
731 nblocks = len / SM4_BLOCK_SIZE;
735 nblocks, (ctx->len == SM4_BLOCK_SIZE),
738 p += nblocks * SM4_BLOCK_SIZE;