OSDN Git Service

esp6: Switch to new AEAD interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 May 2015 08:03:47 +0000 (16:03 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:23:20 +0000 (11:23 +0800)
commit000ae7b2690e20b45480d2008757d54a66a38397
tree5863f184687b59b592849c8b558d648e922db334
parent7021b2e1cddd318fd07259606b7ecd912a152c09
esp6: 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.  The
IV generation is also now carried out through normal AEAD methods.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
net/ipv6/esp6.c