commit | b95bba5d01141ba919c99ea6fde206727f3b3eb4 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Oct 25 12:41:13 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 01 13:42:47 2019 +0800 |
tree | 63f4d0029854a6e189adff4e0129ce6578498af1 | |
parent | c65058b7587fd3d001c57a50285477be521f5350 [diff] |
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>