sparc64: Fix AES ctr mode block size.
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2012 23:20:23 +0000 (15:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2012 23:20:23 +0000 (15:20 -0800)
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>

No differences found