Skip to content

Commit

Permalink
crypto: ablk_helper - remove ablk_helper
Browse files Browse the repository at this point in the history
All users of ablk_helper have been converted over to crypto_simd, so
remove ablk_helper.

Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
ebiggers authored and herbertx committed Mar 2, 2018
1 parent 75d8a55 commit 0e145b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 187 deletions.
4 changes: 0 additions & 4 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ config CRYPTO_TEST
help
Quick & dirty crypto test module.

config CRYPTO_ABLK_HELPER
tristate
select CRYPTO_CRYPTD

config CRYPTO_SIMD
tristate
select CRYPTO_CRYPTD
Expand Down
1 change: 0 additions & 1 deletion crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,5 @@ obj-$(CONFIG_XOR_BLOCKS) += xor.o
obj-$(CONFIG_ASYNC_CORE) += async_tx/
obj-$(CONFIG_ASYMMETRIC_KEY_TYPE) += asymmetric_keys/
obj-$(CONFIG_CRYPTO_HASH_INFO) += hash_info.o
obj-$(CONFIG_CRYPTO_ABLK_HELPER) += ablk_helper.o
crypto_simd-y := simd.o
obj-$(CONFIG_CRYPTO_SIMD) += crypto_simd.o
150 changes: 0 additions & 150 deletions crypto/ablk_helper.c

This file was deleted.

32 changes: 0 additions & 32 deletions include/crypto/ablk_helper.h

This file was deleted.

0 comments on commit 0e145b4

Please sign in to comment.