crypto: api - Use data directly in completion function
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 8 Feb 2023 05:58:44 +0000 (13:58 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 13 Feb 2023 10:35:14 +0000 (18:35 +0800)
commit255e48eb17684157336bd6dd98d22c1b2d9e3f43
treebe544df2392141ee0377b775ddd146b2dfdf45a3
parent234650bd22b4a875a359c83066fd723704aaa7b2
crypto: api - Use data directly in completion function

This patch does the final flag day conversion of all completion
functions which are now all contained in the Crypto API.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
23 files changed:
crypto/adiantum.c
crypto/af_alg.c
crypto/ahash.c
crypto/api.c
crypto/authenc.c
crypto/authencesn.c
crypto/ccm.c
crypto/chacha20poly1305.c
crypto/cryptd.c
crypto/cts.c
crypto/dh.c
crypto/essiv.c
crypto/gcm.c
crypto/hctr2.c
crypto/lrw.c
crypto/pcrypt.c
crypto/rsa-pkcs1pad.c
crypto/seqiv.c
crypto/xts.c
drivers/crypto/atmel-sha.c
include/crypto/algapi.h
include/crypto/if_alg.h
include/linux/crypto.h