]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/Kconfig
Merge remote-tracking branch 'powerpc/next'
[karo-tx-linux.git] / crypto / Kconfig
index fc934444d3a2b6cfd209b366f29c24abc9df4a84..7240821137fde371f0e32d9ae8ac25b64ab58862 100644 (file)
@@ -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