projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf58fcb
)
Revert "crypto: algif_aead - Disable AEAD user-space for now"
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:30:35 +0000
(11:30 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 3 Jun 2015 02:48:31 +0000
(10:48 +0800)
This reverts commit
f858c7bcca8c20761a20593439fe998b4b67e86b
as
the algif_aead interface has been switched over to the new AEAD
interface.
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 0ff4cd44e4f8767d221983c3e074923a9491250f..af011a96e97dc33458bd1faf0138f0562167556c 100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-1532,6
+1532,15
@@
config CRYPTO_USER_API_RNG
This option enables the user-spaces interface for random
number generator algorithms.
+config CRYPTO_USER_API_AEAD
+ tristate "User-space interface for AEAD cipher algorithms"
+ depends on NET
+ select CRYPTO_AEAD
+ select CRYPTO_USER_API
+ help
+ This option enables the user-spaces interface for AEAD
+ cipher algorithms.
+
config CRYPTO_HASH_INFO
bool