linux/drivers/crypto/starfive
Eric Biggers e37f28529b crypto: sm3 - Remove 'struct sm3_state'
Update one driver that used sizeof(struct sm3_state) to use
sizeof(struct sm3_ctx) instead.  Then, remove struct sm3_state and
SM3_STATE_SIZE.

This completes the replacement of struct sm3_state with struct sm3_ctx.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260321040935.410034-13-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
2026-03-23 17:50:59 -07:00
..
jh7110-aes.c crypto: gcm - Use GHASH library instead of crypto_ahash 2026-03-23 16:44:29 -07:00
jh7110-cryp.c crypto: starfive - remove unneeded crypto_engine_stop() call 2024-10-28 18:33:11 +08:00
jh7110-cryp.h crypto: starfive - Avoid -Wflex-array-member-not-at-end warning 2025-12-19 14:47:46 +08:00
jh7110-hash.c crypto: sm3 - Remove 'struct sm3_state' 2026-03-23 17:50:59 -07:00
jh7110-rsa.c crypto: drivers - Drop sign/verify operations 2024-10-05 13:22:04 +08:00
Kconfig crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3 2026-03-23 17:50:59 -07:00
Makefile crypto: starfive - Add AES skcipher and aead support 2023-07-28 18:20:25 +08:00