Lines Matching refs:cbc_blocks
282 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
295 cbc_blocks = 1;
298 if (cbc_blocks > 0) {
300 cbc_blocks * AES_BLOCK_SIZE,
319 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,
339 int cbc_blocks = DIV_ROUND_UP(req->cryptlen, AES_BLOCK_SIZE) - 2;
352 cbc_blocks = 1;
355 if (cbc_blocks > 0) {
357 cbc_blocks * AES_BLOCK_SIZE,
376 req->cryptlen - cbc_blocks * AES_BLOCK_SIZE,