From: Joel Fernandes Date: Tue, 29 Oct 2013 22:37:38 +0000 (-0500) Subject: crypto: omap-aes - Fix CTR mode counter length X-Git-Tag: v3.13-rc2~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed49c7675e106bc23f34ac065d8add75e0e2f45;p=pandora-kernel.git crypto: omap-aes - Fix CTR mode counter length NIST vectors for CTR mode in testmgr.h assume the entire IV as the counter. To get correct results that match the output of these vectors, we need to set the counter length correctly. Signed-off-by: Joel Fernandes Signed-off-by: Herbert Xu --- Reading git-diff-tree failed