From: Horia Geanta Date: Thu, 28 Nov 2013 13:11:18 +0000 (+0200) Subject: crypto: testmgr - fix sglen in test_aead for case 'dst != src' X-Git-Tag: v3.13-rc3~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec25c51291681bd68bdc290b35f2e61fa601c21;p=pandora-kernel.git crypto: testmgr - fix sglen in test_aead for case 'dst != src' Commit d8a32ac25698cd60b02bed2100379803c7f964e3 (crypto: testmgr - make test_aead also test 'dst != src' code paths) added support for different source and destination buffers in test_aead. This patch modifies the source and destination buffer lengths accordingly: the lengths are not equal since encryption / decryption adds / removes the ICV. Cc: Jussi Kivilinna Signed-off-by: Horia Geanta Signed-off-by: Herbert Xu --- Reading git-diff-tree failed