]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: null - use memcpy_sglist()
authorEric Biggers <ebiggers@google.com>
Mon, 5 May 2025 19:10:45 +0000 (12:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 12 May 2025 05:32:53 +0000 (13:32 +0800)
commitaeaad5bfb18890cc73ca32d63f1f02feb5f3f651
tree7499b1f3662d439891eb3fef80d7f1254076ebf1
parentbde393057bbc452731a521bafa7441932da5f564
crypto: null - use memcpy_sglist()

Make null_skcipher_crypt() use memcpy_sglist() instead of the
skcipher_walk API, as this is simpler.

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