projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ee142
)
crypto: echainiv - Set Kconfig default to m
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 3 Jun 2015 06:49:29 +0000
(14:49 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 4 Jun 2015 07:05:02 +0000
(15:05 +0800)
As this is required by many IPsec algorithms, let's set the default
to m.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 1bc7e0b85b5dd3622e7ce971b408b0a4898be0ea..91018d9ec56e14da8427d6f8be73bca892f570e5 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-244,6
+244,7
@@
config CRYPTO_ECHAINIV
select CRYPTO_AEAD
select CRYPTO_NULL
select CRYPTO_RNG
+ default m
help
This IV generator generates an IV based on the encryption of
a sequence number xored with a salt. This is the default