Lines Matching defs:cbc_blocks
383 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
397 cbc_blocks = 1;
400 if (cbc_blocks > 0) {
402 cbc_blocks * AES_BLOCK_SIZE,
420 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,
439 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
453 cbc_blocks = 1;
456 if (cbc_blocks > 0) {
458 cbc_blocks * AES_BLOCK_SIZE,
476 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,