Home
last modified time | relevance | path

Searched hist:"19 fa77522e45e384be0f0f93b10c928763460ae3" (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dalgif_aead.c19fa77522e45e384be0f0f93b10c928763460ae3 Wed May 27 09:24:41 UTC 2015 Herbert Xu <herbert@gondor.apana.org.au> 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>