]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteb2f1a9bb470e3f8885d61866e2e12806fde76f4
tree0ae938f7c50e7a8227f2f93087edf843b44621e5
parent027a606febaf91cf71388dba43766274d4a31138
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