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>
  • Loading branch information
Alistair Strachan committed Oct 23, 2018
1 parent 11e68d0 commit d117a65
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 669 deletions.
6 changes: 0 additions & 6 deletions arch/arm64/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,4 @@ 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
endif
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

AFLAGS_aes-ce.o := -DINTERLEAVE=2 -DINTERLEAVE_INLINE
AFLAGS_aes-neon.o := -DINTERLEAVE=4

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

This file was deleted.

Loading

0 comments on commit d117a65

Please sign in to comment.