commit | 7021b2e1cddd318fd07259606b7ecd912a152c09 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 27 16:03:46 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 28 11:23:20 2015 +0800 |
tree | 2baf69f649c77f87709d33892d936ce00d5cc92c | |
parent | 69b0137f6164a14993504d4cf5a61dabf79e6c43 [diff] |
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>