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)
commitdb6d656d611a07568b6baf75efbacb3219a3b8f5
treecdd77368a85ebe8bac1d85cd599ea411bebe49d0
parent2decb3aca63807b3033efab1b2dcdc202fd4fa3a
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