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)
commit2d0f230fe0649758394466cb69b553c0e8184df9
tree3f1585a81d409a05712d8880ee5d3645330dabca
parent996d98d85ccc27d9c592ad7dc1371c60cd6585cc
crypto: aead - Rename aead_alg to old_aead_alg

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
This page took 0.027818 seconds and 5 git commands to generate.