From 3b9b8fe0ade1ee84ee4058261d2e39a1f283704b Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Sun, 27 Jul 2014 19:18:50 +0200 Subject: [PATCH] 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-format-patch failed