From: Ard Biesheuvel Date: Sun, 27 Jul 2014 17:18:50 +0000 (+0200) Subject: crypto: testmgr - use chunks smaller than algo block size in chunk tests X-Git-Tag: omap-for-v3.17/fixes-against-rc2~194^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9b8fe0ade1ee84ee4058261d2e39a1f283704b;p=pandora-kernel.git crypto: testmgr - use chunks smaller than algo block size in chunk tests This patch updates many of the chunked tcrypt test cases so that not all of the chunks are an exact multiple of the block size. This should help uncover cases where the residue passed to blkcipher_walk_done() is incorrect. Signed-off-by: Ard Biesheuvel Signed-off-by: Herbert Xu --- Reading git-diff-tree failed