commit | 8ed49c7675e106bc23f34ac065d8add75e0e2f45 | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelf@ti.com> | Tue Oct 29 17:37:38 2013 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Oct 30 12:02:59 2013 +0800 |
tree | 862bb3ad3fa9e03d1c821e1e443db6b992a394ed | |
parent | 718249d7f0657a5edec0131afbfb0d28fbf03e46 [diff] |
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 <joelf@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>