summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2015-09-21 18:58:56 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2015-10-15 13:05:06 (GMT)
commit1c49678e8a35de7d009854f79337261df1e774df (patch)
treef025dbbb2fcd620e919c6dbb03860a5af8ea870a /crypto/Kconfig
parente28facde3c39005071cc5323d56539bb44efa446 (diff)
downloadlinux-1c49678e8a35de7d009854f79337261df1e774df.tar.xz
crypto: keywrap - enable compilation
Hook keywrap source code into Kconfig and Makefile Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index fc93444..7240821 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -348,6 +348,13 @@ config CRYPTO_XTS
key size 256, 384 or 512 bits. This implementation currently
can't handle a sectorsize which is not a multiple of 16 bytes.
+config CRYPTO_KEYWRAP
+ tristate "Key wrapping support"
+ select CRYPTO_BLKCIPHER
+ help
+ Support for key wrapping (NIST SP800-38F / RFC3394) without
+ padding.
+
comment "Hash modes"
config CRYPTO_CMAC