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

Continue disentangling the crypto library functions from the generic
crypto infrastructure by moving the riscv ChaCha library functions into
a new directory arch/riscv/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/riscv/crypto/Kconfig
arch/riscv/crypto/Makefile
arch/riscv/lib/Makefile
arch/riscv/lib/crypto/Kconfig [new file with mode: 0644]
arch/riscv/lib/crypto/Makefile [new file with mode: 0644]
arch/riscv/lib/crypto/chacha-riscv64-glue.c [moved from arch/riscv/crypto/chacha-riscv64-glue.c with 100% similarity]
arch/riscv/lib/crypto/chacha-riscv64-zvkb.S [moved from arch/riscv/crypto/chacha-riscv64-zvkb.S with 100% similarity]
lib/crypto/Kconfig