]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sparc64: Fix AES ctr mode block size.
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2012 23:20:23 +0000 (15:20 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 17:18:51 +0000 (09:18 -0800)
commit6d2446753d8fa56e2dbc7147965a063b37bbdf56
tree04432580563679727ac62b28f0a5da659575ecaf
parent0041cdc62ea0350c4be9b7d7dfb03d89310c8765
sparc64: Fix AES ctr mode block size.

[ Upstream commit a8d97cef2168ffe5af1aeed6bf6cdc3ce53f3d0b ]

Like the generic versions, we need to support a block size
of '1' for CTR mode AES.

This was discovered thanks to all of the new test cases added by
Jussi Kivilinna.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/crypto/aes_glue.c