crypto: algif_aead - use memcpy_sglist() instead of null skcipher
authorEric Biggers <ebiggers@google.com>
Mon, 5 May 2025 19:10:38 +0000 (12:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 12 May 2025 05:32:53 +0000 (13:32 +0800)
commitf2804d0eee8ddd57aa79d0b82872b74c21e1b69b
tree1e520ffa31ba10b2247ff55cc6663f6e6a1baab2
parentbdc2a55687f123bd32aaefb81e11c7450a431eaf
crypto: algif_aead - use memcpy_sglist() instead of null skcipher

For copying data between two scatterlists, just use memcpy_sglist()
instead of the so-called "null skcipher".  This is much simpler.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/algif_aead.c