File tree Expand file tree Collapse file tree 4 files changed +0
-144
lines changed Expand file tree Collapse file tree 4 files changed +0
-144
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,6 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
389
389
CONFIG_CRYPTO_SHA256=y
390
390
CONFIG_CRYPTO_WP512=m
391
391
CONFIG_CRYPTO_LZO=m
392
- CONFIG_CRYPTO_VPMSUM_TESTER=m
393
392
CONFIG_CRYPTO_MD5_PPC=m
394
393
CONFIG_CRYPTO_SHA1_PPC=m
395
394
CONFIG_CRYPTO_AES_GCM_P10=m
Original file line number Diff line number Diff line change @@ -13,15 +13,6 @@ config CRYPTO_CURVE25519_PPC64
13
13
Architecture: PowerPC64
14
14
- Little-endian
15
15
16
- config CRYPTO_VPMSUM_TESTER
17
- tristate "CRC32c and CRC32T10DIF hardware acceleration tester"
18
- depends on CRYPTO_CRC32C && CRC32_ARCH
19
- depends on CRYPTO_CRCT10DIF && CRC_T10DIF_ARCH
20
- help
21
- Stress test for CRC32c and CRCT10DIF algorithms implemented with
22
- powerpc64 AltiVec extensions (POWER8 vpmsum instructions).
23
- Unless you are testing these algorithms, you don't need this.
24
-
25
16
config CRYPTO_MD5_PPC
26
17
tristate "Digests: MD5"
27
18
depends on PPC
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
10
10
obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
11
11
obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
12
12
obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
13
- obj-$(CONFIG_CRYPTO_VPMSUM_TESTER) += crc-vpmsum_test.o
14
13
obj-$(CONFIG_CRYPTO_AES_GCM_P10) += aes-gcm-p10-crypto.o
15
14
obj-$(CONFIG_CRYPTO_CHACHA20_P10) += chacha-p10-crypto.o
16
15
obj-$(CONFIG_CRYPTO_POLY1305_P10) += poly1305-p10-crypto.o
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments