]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
authorEric Biggers <ebiggers@google.com>
Fri, 25 Oct 2019 19:41:13 +0000 (12:41 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Nov 2019 05:42:47 +0000 (13:42 +0800)
commitb9b9912ea4fc525cc988500610017c6d256c6ea1
tree63f4d0029854a6e189adff4e0129ce6578498af1
parentcdaabcda88c6c7b891d2a7795b8078a88d3277c7
crypto: skcipher - rename the crypto_blkcipher module and kconfig option

Now that the blkcipher algorithm type has been removed in favor of
skcipher, rename the crypto_blkcipher kernel module to crypto_skcipher,
and rename the config options accordingly:

CONFIG_CRYPTO_BLKCIPHER => CONFIG_CRYPTO_SKCIPHER
CONFIG_CRYPTO_BLKCIPHER2 => CONFIG_CRYPTO_SKCIPHER2

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
18 files changed:
arch/arm/crypto/Kconfig
arch/arm64/crypto/Kconfig
crypto/Kconfig
crypto/Makefile
drivers/crypto/Kconfig
drivers/crypto/allwinner/Kconfig
drivers/crypto/amlogic/Kconfig
drivers/crypto/caam/Kconfig
drivers/crypto/cavium/nitrox/Kconfig
drivers/crypto/ccp/Kconfig
drivers/crypto/hisilicon/Kconfig
drivers/crypto/qat/Kconfig
drivers/crypto/ux500/Kconfig
drivers/crypto/virtio/Kconfig
drivers/net/wireless/cisco/Kconfig
net/bluetooth/Kconfig
net/rxrpc/Kconfig
net/xfrm/Kconfig