linux_dsm_epyc7002/drivers/crypto/allwinner/sun4i-ss
Corentin Labbe a7126603d4 crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c
If you try to compile this driver on a 64-bit platform then you
will get warnings because it mixes size_t with unsigned int which
only works on 32-bit.

This patch fixes all of the warnings on sun4i-ss-hash.c.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-11-22 18:48:37 +08:00
..
Makefile crypto: sun4i-ss - Move to Allwinner directory 2019-11-01 13:38:31 +08:00
sun4i-ss-cipher.c crypto: sun4i-ss - Fix 64-bit size_t warnings 2019-11-22 18:48:34 +08:00
sun4i-ss-core.c crypto: sun4i-ss - Move to Allwinner directory 2019-11-01 13:38:31 +08:00
sun4i-ss-hash.c crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c 2019-11-22 18:48:37 +08:00
sun4i-ss-prng.c crypto: sun4i-ss - Move to Allwinner directory 2019-11-01 13:38:31 +08:00
sun4i-ss.h crypto: sun4i-ss - Move to Allwinner directory 2019-11-01 13:38:31 +08:00