commit | 19fa77522e45e384be0f0f93b10c928763460ae3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 27 17:24:41 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 28 11:23:21 2015 +0800 |
tree | 55c94d34e0e61b480801a0eb7c41d9764c6b9245 | |
parent | a3f2185a29df084611641e964aa93d1a6ee2212c [diff] |
crypto: algif_aead - 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. Note that the user-space interface now requires both input and output to be of the same length, and both must include space for the AD as well as the authentication tag. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>