]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: xts - Add ECB dependency
authorMilan Broz <gmazyland@gmail.com>
Thu, 23 Feb 2017 07:38:26 +0000 (08:38 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Feb 2017 12:11:06 +0000 (20:11 +0800)
commitde5ee7222d224ef17ebf9de14d17b28047147cb2
tree913b90941c7953b81ac530f187f59cfe9e846841
parentd4be3e73e5affb0d594565fd579b545871049948
crypto: xts - Add ECB dependency

Since the
   commit 8a006845e89405bd4d4d417bdc2a1c1ac6f10e6b
   crypto: xts - Convert to skcipher
the XTS mode is based on ECB, so the mode must select
ECB otherwise it can fail to initialize.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig