crypto: aead - Convert top level interface to new style
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:48:12 +0000 (17:48 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:53 +0000 (10:31 +0800)
commit5d1d65f8bea6de3d9c2c60fdfdd2da02da5ea672
tree0ae938f7c50e7a8227f2f93087edf843b44621e5
parent53033d4d36b0299ef02e28155913414ec1089aac
crypto: aead - Convert top level interface to new style

This patch converts the top-level aead interface to the new style.
All user-level AEAD interface code have been moved into crypto/aead.h.

The allocation/free functions have switched over to the new way of
allocating tfms.

This patch also removes the double indrection on setkey so the
indirection now exists only at the alg level.

Apart from these there are no user-visible changes.

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