Lines Matching defs:blocksize
324 * @blocksize: The size of a block of data for this algo
326 * The max payload must be a multiple of the blocksize so that if a request is
328 * max_payload sized chunks. Each chunk must be a multiple of blocksize.
334 unsigned int blocksize)
343 excess = max_payload % blocksize;
353 * @blocksize: The size of a block of data for this algo
355 * The max payload must be a multiple of the blocksize so that if a request is
357 * max_payload sized chunks. Each chunk must be a multiple of blocksize.
363 unsigned int blocksize)
372 excess = max_payload % blocksize;