crypto: aead - Rename aead_alg to old_aead_alg
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 May 2015 07:11:02 +0000 (15:11 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 May 2015 03:25:51 +0000 (11:25 +0800)
This patch is the first step in the introduction of a new AEAD
alg type.  Unlike normal conversions this patch only renames the
existing aead_alg structure because there are external references
to it.

Those references will be removed after this patch.

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

diff --cc crypto/aead.c
Simple merge
Simple merge
Simple merge
Simple merge