crypto: omap-aes - Fix CTR mode counter length
authorJoel Fernandes <joelf@ti.com>
Tue, 29 Oct 2013 22:37:38 +0000 (17:37 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 30 Oct 2013 04:02:59 +0000 (12:02 +0800)
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 <joelf@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found