Lines Matching defs:cbc_blocks
276 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
289 cbc_blocks = 1;
292 if (cbc_blocks > 0) {
294 cbc_blocks * AES_BLOCK_SIZE,
313 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,
333 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
346 cbc_blocks = 1;
349 if (cbc_blocks > 0) {
351 cbc_blocks * AES_BLOCK_SIZE,
370 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,