linux/drivers/crypto/allwinner/sun8i-ce
Corentin Labbe 25d85ffca1 crypto: sun8i-ce - fix comparison of integer expressions of different signedness
This patch fixes the warning:
warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-09-25 17:48:35 +10:00
..
Makefile crypto: sun8i-ce - Add support for the TRNG 2020-09-25 17:48:28 +10:00
sun8i-ce-cipher.c crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes 2020-09-25 17:48:18 +10:00
sun8i-ce-core.c crypto: sun8i-ce - fix comparison of integer expressions of different signedness 2020-09-25 17:48:35 +10:00
sun8i-ce-hash.c crypto: sun8i-ce - support hash algorithms 2020-09-25 17:48:18 +10:00
sun8i-ce-prng.c crypto: sun8i-ce - Add support for the PRNG 2020-09-25 17:48:27 +10:00
sun8i-ce-trng.c crypto: sun8i-ce - Add support for the TRNG 2020-09-25 17:48:28 +10:00
sun8i-ce.h crypto: sun8i-ce - Add support for the TRNG 2020-09-25 17:48:28 +10:00