瀏覽代碼

crypto: xts - drop gf128mul dependency

Since the gf128mul_x_ble function used by xts.c is now defined inline
in the header file, the XTS module no longer depends on gf128mul.
Therefore, the 'select CRYPTO_GF128MUL' line can be safely removed.

Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com>
Reviewd-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Ondrej Mosnáček 8 年之前
父節點
當前提交
ad1064cd61
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      crypto/Kconfig

+ 0 - 1
crypto/Kconfig

@@ -374,7 +374,6 @@ config CRYPTO_XTS
 	tristate "XTS support"
 	tristate "XTS support"
 	select CRYPTO_BLKCIPHER
 	select CRYPTO_BLKCIPHER
 	select CRYPTO_MANAGER
 	select CRYPTO_MANAGER
-	select CRYPTO_GF128MUL
 	select CRYPTO_ECB
 	select CRYPTO_ECB
 	help
 	help
 	  XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain,
 	  XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain,