crypto: algif_aead - Switch to new AEAD interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 May 2015 09:24:41 +0000 (17:24 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:23:21 +0000 (11:23 +0800)
commit19fa77522e45e384be0f0f93b10c928763460ae3
tree55c94d34e0e61b480801a0eb7c41d9764c6b9245
parenta3f2185a29df084611641e964aa93d1a6ee2212c
crypto: algif_aead - Switch to new AEAD interface

This patch makes use of the new AEAD interface which uses a single
SG list instead of separate lists for the AD and plain text.

Note that the user-space interface now requires both input and
output to be of the same length, and both must include space for
the AD as well as the authentication tag.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algif_aead.c