Re: [PATCH] crypto: omap-aes: Fix CTR mode counter length

2013-10-29 Thread Herbert Xu
On Tue, Oct 29, 2013 at 05:37:38PM -0500, Joel Fernandes wrote: > 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 Patch ap

[PATCH] crypto: omap-aes: Fix CTR mode counter length

2013-10-29 Thread Joel Fernandes
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 --- drivers/crypto/omap-aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-