linux-stable/drivers/crypto/marvell/cesa
Herbert Xu 0501d0d149 crypto: marvell/cesa - Silence gcc format-truncation false positive warnings
The heuristics used by gcc triggers false positive truncation
warnings in hifn_alg_alloc.  The warnings are false positives
because nengines is at most 2.

Make the buffer bigger and change the snprintf to use unsigned
integers to eliminate these warnings.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-11-17 19:16:28 +08:00
..
cesa.c crypto: marvell/cesa - Silence gcc format-truncation false positive warnings 2023-11-17 19:16:28 +08:00
cesa.h crypto: marvell/cesa - change FPGA indirect article to an 2021-06-17 15:07:30 +08:00
cipher.c crypto: marvell/cesa - Fix type mismatch warning 2023-06-02 18:21:32 +08:00
hash.c crypto: marvell/cesa - Use crypto_wait_req 2023-02-03 12:54:54 +08:00
Makefile
tdma.c crypto: marvell/cesa - Use request_complete helpers 2023-02-13 18:34:49 +08:00