From: Cristian Stoica Date: Wed, 28 Jan 2015 09:03:05 +0000 (+0200) Subject: crypto: testmgr - limit IV copy length in aead tests X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~90^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424a5da6919073392c11345d1b7baa9f31c62734;p=pandora-kernel.git crypto: testmgr - limit IV copy length in aead tests The working copy of IV is the same size as the transformation's IV. It is not necessary to copy more than that from the template since iv_len is usually less than MAX_IVLEN and the rest of the copied data is garbage. Signed-off-by: Cristian Stoica Signed-off-by: Herbert Xu --- Reading git-diff-tree failed