diff options
author | Stephan Mueller <smueller@chronox.de> | 2015-09-21 14:58:56 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-10-15 09:05:06 -0400 |
commit | 1c49678e8a35de7d009854f79337261df1e774df (patch) | |
tree | f025dbbb2fcd620e919c6dbb03860a5af8ea870a /crypto/Kconfig | |
parent | e28facde3c39005071cc5323d56539bb44efa446 (diff) |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index fc934444d3a2..7240821137fd 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -348,6 +348,13 @@ config CRYPTO_XTS | |||
348 | key size 256, 384 or 512 bits. This implementation currently | 348 | key size 256, 384 or 512 bits. This implementation currently |
349 | can't handle a sectorsize which is not a multiple of 16 bytes. | 349 | can't handle a sectorsize which is not a multiple of 16 bytes. |
350 | 350 | ||
351 | config CRYPTO_KEYWRAP | ||
352 | tristate "Key wrapping support" | ||
353 | select CRYPTO_BLKCIPHER | ||
354 | help | ||
355 | Support for key wrapping (NIST SP800-38F / RFC3394) without | ||
356 | padding. | ||
357 | |||
351 | comment "Hash modes" | 358 | comment "Hash modes" |
352 | 359 | ||
353 | config CRYPTO_CMAC | 360 | config CRYPTO_CMAC |