Explorar el Código

linux: add crypto symbol XTS

Waldemar Brodkorb hace 6 años
padre
commit
35a54c8f74
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      target/linux/config/Config.in.crypto

+ 7 - 0
target/linux/config/Config.in.crypto

@@ -195,6 +195,13 @@ config ADK_LINUX_KERNEL_CRYPTO_ECB
 	  This is the simplest block cipher algorithm.  It simply encrypts
 	  This is the simplest block cipher algorithm.  It simply encrypts
 	  the input block by block.
 	  the input block by block.
 
 
+config ADK_LINUX_KERNEL_CRYPTO_XTS
+	tristate "XTS support"
+	select ADK_LINUX_KERNEL_CRYPTO_BLKCIPHER
+	select ADK_LINUX_KERNEL_CRYPTO_MANAGER
+	default n
+	help
+
 config ADK_LINUX_KERNEL_CRYPTO_HMAC
 config ADK_LINUX_KERNEL_CRYPTO_HMAC
 	tristate "HMAC support"
 	tristate "HMAC support"
 	select ADK_LINUX_KERNEL_CRYPTO_HASH
 	select ADK_LINUX_KERNEL_CRYPTO_HASH