OSDN Git Service

crypto: sun4i-ss - add missing statesize
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Mon, 16 Nov 2015 08:35:54 +0000 (09:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2016 20:30:55 +0000 (12:30 -0800)
commit6abc65624a647f5e27d2dbccff03335f3c28504a
tree5b3e71ace75f8259dd036349e8e1af3a2218db42
parentf1ab5eafa3625b41c74326a1994a820ff805d5b2
crypto: sun4i-ss - add missing statesize

commit 4f9ea86604e3ba64edd2817795798168fbb3c1a6 upstream.

sun4i-ss implementaton of md5/sha1 is via ahash algorithms.
Commit 8996eafdcbad ("crypto: ahash - ensure statesize is non-zero")
made impossible to load them without giving statesize. This patch
specifiy statesize for sha1 and md5.

Fixes: 6298e948215f ("crypto: sunxi-ss - Add Allwinner Security System crypto accelerator")
Tested-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/crypto/sunxi-ss/sun4i-ss-core.c