mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
Relocate all crypto files in vmx driver to arch/powerpc/crypto directory and remove vmx directory. drivers/crypto/vmx/aes.c rename to arch/powerpc/crypto/aes.c drivers/crypto/vmx/aes_cbc.c rename to arch/powerpc/crypto/aes_cbc.c drivers/crypto/vmx/aes_ctr.c rename to arch/powerpc/crypto/aes_ctr.c drivers/crypto/vmx/aes_xts.c rename to arch/powerpc/crypto/aes_xts.c drivers/crypto/vmx/aesp8-ppc.h rename to arch/powerpc/crypto/aesp8-ppc.h drivers/crypto/vmx/aesp8-ppc.pl rename to arch/powerpc/crypto/aesp8-ppc.pl drivers/crypto/vmx/ghash.c rename to arch/powerpc/crypto/ghash.c drivers/crypto/vmx/ghashp8-ppc.pl rename to arch/powerpc/crypto/ghashp8-ppc.pl drivers/crypto/vmx/vmx.c rename to arch/powerpc/crypto/vmx.c deleted files: drivers/crypto/vmx/Makefile drivers/crypto/vmx/Kconfig drivers/crypto/vmx/ppc-xlate.pl This patch has been tested has passed the selftest. The patch is also tested with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS enabled. Signed-off-by: Danny Tsen <dtsen@linux.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| aes-gcm-p10-glue.c | ||
| aes-gcm-p10.S | ||
| aes-spe-core.S | ||
| aes-spe-glue.c | ||
| aes-spe-keys.S | ||
| aes-spe-modes.S | ||
| aes-spe-regs.h | ||
| aes-tab-4k.S | ||
| aes.c | ||
| aes_cbc.c | ||
| aes_ctr.c | ||
| aes_xts.c | ||
| aesp8-ppc.h | ||
| aesp8-ppc.pl | ||
| aesp10-ppc.pl | ||
| chacha-p10-glue.c | ||
| chacha-p10le-8x.S | ||
| crc-vpmsum_test.c | ||
| crc32-vpmsum_core.S | ||
| crc32c-vpmsum_asm.S | ||
| crc32c-vpmsum_glue.c | ||
| crct10dif-vpmsum_asm.S | ||
| crct10dif-vpmsum_glue.c | ||
| ghash.c | ||
| ghashp8-ppc.pl | ||
| ghashp10-ppc.pl | ||
| Kconfig | ||
| Makefile | ||
| md5-asm.S | ||
| md5-glue.c | ||
| poly1305-p10-glue.c | ||
| poly1305-p10le_64.S | ||
| ppc-xlate.pl | ||
| sha1-powerpc-asm.S | ||
| sha1-spe-asm.S | ||
| sha1-spe-glue.c | ||
| sha1.c | ||
| sha256-spe-asm.S | ||
| sha256-spe-glue.c | ||
| vmx.c | ||