Lines Matching defs:cbc_blocks
271 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
285 cbc_blocks = 1;
288 if (cbc_blocks > 0) {
290 cbc_blocks * AES_BLOCK_SIZE,
309 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,
329 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
343 cbc_blocks = 1;
346 if (cbc_blocks > 0) {
348 cbc_blocks * AES_BLOCK_SIZE,
367 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,