crypto: user - convert all stats from u32 to u64
authorCorentin Labbe <clabbe@baylibre.com>
Thu, 29 Nov 2018 14:42:18 +0000 (14:42 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 7 Dec 2018 06:15:00 +0000 (14:15 +0800)
commit6e8e72cd206e2ba68801e4f2490f639d41808c8d
tree6c89421ccb76ab0abe12e0d132c4c9a6a9de914b
parenta6a31385364ca0f7b98ace0bad93d793f07f97f3
crypto: user - convert all stats from u32 to u64

All the 32-bit fields need to be 64-bit.  In some cases, UINT32_MAX crypto
operations can be done in seconds.

Reported-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algapi.c
crypto/crypto_user_stat.c
include/crypto/acompress.h
include/crypto/aead.h
include/crypto/akcipher.h
include/crypto/hash.h
include/crypto/kpp.h
include/crypto/rng.h
include/crypto/skcipher.h
include/linux/crypto.h
include/uapi/linux/cryptouser.h