]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: s390 - move library functions to arch/s390/lib/crypto/
authorEric Biggers <ebiggers@google.com>
Tue, 22 Apr 2025 15:27:13 +0000 (08:27 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Apr 2025 11:40:53 +0000 (19:40 +0800)
commit3ea91323fe32011092fc75575d9a074ab374d673
tree3afbe8a9e96a4215026b393ab63dbd48a9f9e149
parentd604877c2f9473848345db8e79341d4f6338dd78
crypto: s390 - move library functions to arch/s390/lib/crypto/

Continue disentangling the crypto library functions from the generic
crypto infrastructure by moving the s390 ChaCha library functions into a
new directory arch/s390/lib/crypto/ that does not depend on CRYPTO.
This mirrors the distinction between crypto/ and lib/crypto/.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/crypto/Kconfig
arch/s390/crypto/Makefile
arch/s390/lib/Makefile
arch/s390/lib/crypto/Kconfig [new file with mode: 0644]
arch/s390/lib/crypto/Makefile [new file with mode: 0644]
arch/s390/lib/crypto/chacha-glue.c [moved from arch/s390/crypto/chacha-glue.c with 100% similarity]
arch/s390/lib/crypto/chacha-s390.S [moved from arch/s390/crypto/chacha-s390.S with 100% similarity]
arch/s390/lib/crypto/chacha-s390.h [moved from arch/s390/crypto/chacha-s390.h with 100% similarity]
lib/crypto/Kconfig