]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: authenc - use memcpy_sglist() instead of null skcipher
authorEric Biggers <ebiggers@google.com>
Mon, 5 May 2025 19:10:39 +0000 (12:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 12 May 2025 05:32:53 +0000 (13:32 +0800)
commitdbc4b1458e931e47198c3165ff5853bc1ad6bd7a
tree41e9d6d04ff083ad275ffdb0c1b3389dde3c56a0
parentf2804d0eee8ddd57aa79d0b82872b74c21e1b69b
crypto: authenc - 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/authenc.c
crypto/authencesn.c