Skip to content

Commit

Permalink
Revert "BACKPORT, FROMLIST: crypto: arm64/speck - add NEON-accelerate…
Browse files Browse the repository at this point in the history
…d implementation of Speck-XTS"

This reverts commit e5a74dd.

Bug: 116008047
Change-Id: Ic47509910c162a35f6fba10a196f4369299451ac
Signed-off-by: Alistair Strachan <astrachan@google.com>
Signed-off-by: khusika <khusikadhamar@gmail.com>
  • Loading branch information
Alistair Strachan authored and khusika committed Oct 26, 2018
1 parent 406f5f4 commit 5e583d3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 670 deletions.
7 changes: 0 additions & 7 deletions arch/arm64/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ config CRYPTO_AES_ARM64_NEON_BLK
select CRYPTO_AES
select CRYPTO_ABLK_HELPER

config CRYPTO_SPECK_NEON
tristate "NEON accelerated Speck cipher algorithms"
depends on KERNEL_MODE_NEON
select CRYPTO_BLKCIPHER
select CRYPTO_GF128MUL
select CRYPTO_SPECK

config CRYPTO_CRC32_ARM64
tristate "CRC32 and CRC32C using optional ARMv8 instructions"
depends on ARM64
Expand Down
3 changes: 0 additions & 3 deletions arch/arm64/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ aes-ce-blk-y := aes-glue-ce.o aes-ce.o
obj-$(CONFIG_CRYPTO_AES_ARM64_NEON_BLK) += aes-neon-blk.o
aes-neon-blk-y := aes-glue-neon.o aes-neon.o

obj-$(CONFIG_CRYPTO_SPECK_NEON) += speck-neon.o
speck-neon-y := speck-neon-core.o speck-neon-glue.o

obj-$(CONFIG_CRYPTO_AES_ARM64) += aes-arm64.o
aes-arm64-y := aes-cipher-core.o aes-cipher-glue.o

Expand Down
352 changes: 0 additions & 352 deletions arch/arm64/crypto/speck-neon-core.S

This file was deleted.

Loading

0 comments on commit 5e583d3

Please sign in to comment.