]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
esp4: Switch to new AEAD interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 May 2015 08:03:46 +0000 (16:03 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:23:20 +0000 (11:23 +0800)
commit7021b2e1cddd318fd07259606b7ecd912a152c09
tree2baf69f649c77f87709d33892d936ce00d5cc92c
parent69b0137f6164a14993504d4cf5a61dabf79e6c43
esp4: 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/ipv4/esp4.c