Lines Matching refs:cbc_blocks
269 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
283 cbc_blocks = 1;
286 if (cbc_blocks > 0) {
288 cbc_blocks * AES_BLOCK_SIZE,
307 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,
327 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
341 cbc_blocks = 1;
344 if (cbc_blocks > 0) {
346 cbc_blocks * AES_BLOCK_SIZE,
365 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,