Revert "crypto: algif_aead - Disable AEAD user-space for now"

2015-05-27 Thread Herbert Xu
This reverts commit f858c7bcca8c20761a20593439fe998b4b67e86b as the algif_aead interface has been switched over to the new AEAD interface. Signed-off-by: Herbert Xu diff --git a/crypto/Kconfig b/crypto/Kconfig index 0ff4cd4..af011a9 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1532,6 +1

crypto: algif_aead - Disable AEAD user-space for now

2015-05-26 Thread Herbert Xu
The newly added AEAD user-space isn't quite ready for prime time just yet. In particular it is conflicting with the AEAD single SG list interface change so this patch disables it now. Once the SG list stuff is completely done we can then renable this interface. Signed-off-by: Herbert Xu diff -