Lines Matching defs:blocksize
322 * @blocksize: The size of a block of data for this algo
324 * The max payload must be a multiple of the blocksize so that if a request is
326 * max_payload sized chunks. Each chunk must be a multiple of blocksize.
332 unsigned int blocksize)
341 excess = max_payload % blocksize;
351 * @blocksize: The size of a block of data for this algo
353 * The max payload must be a multiple of the blocksize so that if a request is
355 * max_payload sized chunks. Each chunk must be a multiple of blocksize.
361 unsigned int blocksize)
370 excess = max_payload % blocksize;