summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-10 06:33:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-10 06:33:59 +0200
commit35a54c8f745c3b5055a1a9d2ae6848ea64c36b17 (patch)
treeeb01935684164597e7f1115069d137123ff6d872
parentc0ddff8643d7ce37da212c6434071eed457e6d45 (diff)
linux: add crypto symbol XTS
-rw-r--r--target/linux/config/Config.in.crypto7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto
index 368649293..c25c7dc51 100644
--- a/target/linux/config/Config.in.crypto
+++ b/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
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
tristate "HMAC support"
select ADK_LINUX_KERNEL_CRYPTO_HASH