android_kernel_samsung_a7y1.../drivers/crypto/sunxi-ss
Corentin Labbe d0da6b1b3d crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c
[ Upstream commit a7126603d46fe8f01aeedf589e071c6aaa6c6c39 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-07 13:21:46 +02:00
..
Makefile
sun4i-ss-cipher.c
sun4i-ss-core.c
sun4i-ss-hash.c
sun4i-ss.h