commit | 2d0f230fe0649758394466cb69b553c0e8184df9 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 21 15:11:02 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 22 11:25:51 2015 +0800 |
tree | 3f1585a81d409a05712d8880ee5d3645330dabca | |
parent | 996d98d85ccc27d9c592ad7dc1371c60cd6585cc [diff] |
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>