From: Jussi Kivilinna Date: Thu, 13 Jun 2013 14:37:50 +0000 (+0300) Subject: crypto: testmgr - test AEADs with unaligned buffers X-Git-Tag: v3.11-rc1~82^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58dcf5484c0cbaddbba1d3ed074729f5078346bb;p=pandora-kernel.git crypto: testmgr - test AEADs with unaligned buffers This patch adds unaligned buffer tests for AEADs. The first new test is with one byte offset and the second test checks if cra_alignmask for driver is big enough; for example, for testing a case where cra_alignmask is set to 7, but driver really needs buffers to be aligned to 16 bytes. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed