mirror-linux/drivers/crypto/tegra
Qianfeng Rong a710a71cd8 crypto: tegra - Use int type to store negative error codes
Change the 'ret' variable in tegra_sha_do_update() from unsigned int to
int, as it needs to store either negative error codes or zero returned
by tegra_se_host1x_submit().

No effect on runtime.

Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-09-13 12:11:06 +08:00
..
Makefile
tegra-se-aes.c crypto: tegra - Fix IV usage for AES ECB 2025-04-07 13:22:25 +08:00
tegra-se-hash.c crypto: tegra - Use int type to store negative error codes 2025-09-13 12:11:06 +08:00
tegra-se-key.c crypto: tegra - Reserve keyslots to allocate dynamically 2025-03-08 16:23:22 +08:00
tegra-se-main.c crypto: tegra - Remove the use of dev_err_probe() 2025-08-30 15:43:26 +08:00
tegra-se.h crypto: tegra - Reserve keyslots to allocate dynamically 2025-03-08 16:23:22 +08:00