commit | a3f2185a29df084611641e964aa93d1a6ee2212c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 27 16:03:51 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 28 11:23:21 2015 +0800 |
tree | 249c55202be84e52c337423deaa1311ca5436e47 | |
parent | 957e0fe6292372460bdace9c2a67a857379ad1db [diff] |
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>