crypto: tcrypt - Switch to new AEAD interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 May 2015 08:03:51 +0000 (16:03 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:23:21 +0000 (11:23 +0800)
commita3f2185a29df084611641e964aa93d1a6ee2212c
tree249c55202be84e52c337423deaa1311ca5436e47
parent957e0fe6292372460bdace9c2a67a857379ad1db
crypto: tcrypt - 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.

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