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

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

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/Kconfig
arch/powerpc/crypto/Makefile
arch/powerpc/lib/Makefile
arch/powerpc/lib/crypto/Kconfig [new file with mode: 0644]
arch/powerpc/lib/crypto/Makefile [new file with mode: 0644]
arch/powerpc/lib/crypto/chacha-p10-glue.c [moved from arch/powerpc/crypto/chacha-p10-glue.c with 100% similarity]
arch/powerpc/lib/crypto/chacha-p10le-8x.S [moved from arch/powerpc/crypto/chacha-p10le-8x.S with 100% similarity]
arch/powerpc/lib/crypto/poly1305-p10-glue.c [moved from arch/powerpc/crypto/poly1305-p10-glue.c with 100% similarity]
arch/powerpc/lib/crypto/poly1305-p10le_64.S [moved from arch/powerpc/crypto/poly1305-p10le_64.S with 100% similarity]
lib/crypto/Kconfig