crypto: Prepare to move crypto_tfm_ctx
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 25 Nov 2022 04:36:28 +0000 (12:36 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Dec 2022 10:12:40 +0000 (18:12 +0800)
commit14386d471322a204344ae81a28738b71e261d3a0
tree672ae18644ae3c6e529acb5ee6f814329232b996
parent7bcceb4c9896b1b672b636ae70fe75110d6bf1ad
crypto: Prepare to move crypto_tfm_ctx

The helper crypto_tfm_ctx is only used by the Crypto API algorithm
code and should really be in algapi.h.  However, for historical
reasons many files relied on it to be in crypto.h.  This patch
changes those files to use algapi.h instead in prepartion for a
move.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
26 files changed:
arch/arm/crypto/aes-cipher-glue.c
arch/arm64/crypto/aes-ce-glue.c
arch/arm64/crypto/aes-cipher-glue.c
arch/arm64/crypto/sm4-ce-cipher-glue.c
arch/x86/crypto/twofish_glue.c
crypto/aes_generic.c
crypto/aes_ti.c
crypto/anubis.c
crypto/blowfish_common.c
crypto/blowfish_generic.c
crypto/camellia_generic.c
crypto/cast5_generic.c
crypto/cast6_generic.c
crypto/des_generic.c
crypto/fcrypt.c
crypto/khazad.c
crypto/seed.c
crypto/serpent_generic.c
crypto/sm4_generic.c
crypto/tea.c
crypto/twofish_common.c
crypto/twofish_generic.c
drivers/crypto/nx/nx-842.h
include/crypto/aria.h
include/crypto/internal/acompress.h
include/crypto/internal/scompress.h