Lines Matching refs:BLOCKCIPHER_BLOCK_SIZE
46 #define BLOCKCIPHER_BLOCK_SIZE 16
223 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
252 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
286 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
306 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 1);
326 const unsigned int bulk_len = req->cryptlen - BLOCKCIPHER_BLOCK_SIZE;
331 if (req->cryptlen < BLOCKCIPHER_BLOCK_SIZE)
347 bulk_len, BLOCKCIPHER_BLOCK_SIZE, 0);
356 BUILD_BUG_ON(BLOCKCIPHER_BLOCK_SIZE != 16);
482 if (blockcipher_alg->cra_blocksize != BLOCKCIPHER_BLOCK_SIZE)
562 inst->alg.base.cra_blocksize = BLOCKCIPHER_BLOCK_SIZE;