]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3
authorEric Biggers <ebiggers@kernel.org>
Sat, 21 Mar 2026 04:09:26 +0000 (21:09 -0700)
committerEric Biggers <ebiggers@kernel.org>
Tue, 24 Mar 2026 00:50:59 +0000 (17:50 -0700)
commit6dc7fce91041ec8d2f5e6fd589ee2962898d9f44
treecf65590256627fdfe660654d598b5bd3d4fbc923
parent77e4ca814c2824d7aa0c4170678bfbc6e3caa556
crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3

The kconfig options for generic crypto API modules have traditionally
*not* had a "_GENERIC" suffix.  Also, the "_GENERIC" suffix will make
even less sense once the architecture-optimized SM3 code is moved into
lib/crypto/ and the "sm3" crypto_shash is reimplemented on top of that.

Thus, rename CRYPTO_SM3_GENERIC to CRYPTO_SM3.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260321040935.410034-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
21 files changed:
arch/loongarch/configs/loongson32_defconfig
arch/loongarch/configs/loongson64_defconfig
arch/m68k/configs/amiga_defconfig
arch/m68k/configs/apollo_defconfig
arch/m68k/configs/atari_defconfig
arch/m68k/configs/bvme6000_defconfig
arch/m68k/configs/hp300_defconfig
arch/m68k/configs/mac_defconfig
arch/m68k/configs/multi_defconfig
arch/m68k/configs/mvme147_defconfig
arch/m68k/configs/mvme16x_defconfig
arch/m68k/configs/q40_defconfig
arch/m68k/configs/sun3_defconfig
arch/m68k/configs/sun3x_defconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
crypto/Kconfig
crypto/Makefile
drivers/crypto/Kconfig
drivers/crypto/starfive/Kconfig
security/integrity/ima/Kconfig