crypto: algif_aead - Temporarily disable all AEAD algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 22 Jun 2015 02:31:40 +0000 (10:31 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 22 Jun 2015 07:49:30 +0000 (15:49 +0800)
commit3e90950d36f19e5477becd5acb02e9b8d8c8956f
treecdd77368a85ebe8bac1d85cd599ea411bebe49d0
parent15539de5c958d4943cc2f2f35f7e313bff5922b6
crypto: algif_aead - Temporarily disable all AEAD algorithms

As the AEAD conversion is still ongoing, we do not yet wish to
export legacy AEAD implementations to user-space, as their calling
convention will change.

This patch actually disables all AEAD algorithms because some of
them (e.g., cryptd) will need to be modified to propagate this flag.

Subsequent patches will reenable them on an individual basis.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algif_aead.c
include/linux/crypto.h