Kconfig (419090c6c6862abb54b7c77efc3c00ed35909d73) Kconfig (6574e6c64e971c9adb629e81e497afdb52b1c9df)
1#
2# Generic algorithms support
3#
4config XOR_BLOCKS
5 tristate
6
7#
8# async_tx api: hardware offloaded memory transfer/transform support

--- 1005 unchanged lines hidden (view full) ---

1014 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
1015 depends on SPARC64
1016 select CRYPTO_ALGAPI
1017 select CRYPTO_DES
1018 help
1019 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3),
1020 optimized using SPARC64 crypto opcodes.
1021
1#
2# Generic algorithms support
3#
4config XOR_BLOCKS
5 tristate
6
7#
8# async_tx api: hardware offloaded memory transfer/transform support

--- 1005 unchanged lines hidden (view full) ---

1014 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
1015 depends on SPARC64
1016 select CRYPTO_ALGAPI
1017 select CRYPTO_DES
1018 help
1019 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3),
1020 optimized using SPARC64 crypto opcodes.
1021
1022config CRYPTO_DES3_EDE_X86_64
1023 tristate "Triple DES EDE cipher algorithm (x86-64)"
1024 depends on X86 && 64BIT
1025 select CRYPTO_ALGAPI
1026 select CRYPTO_DES
1027 help
1028 Triple DES EDE (FIPS 46-3) algorithm.
1029
1030 This module provides implementation of the Triple DES EDE cipher
1031 algorithm that is optimized for x86-64 processors. Two versions of
1032 algorithm are provided; regular processing one input block and
1033 one that processes three blocks parallel.
1034
1022config CRYPTO_FCRYPT
1023 tristate "FCrypt cipher algorithm"
1024 select CRYPTO_ALGAPI
1025 select CRYPTO_BLKCIPHER
1026 help
1027 FCrypt algorithm used by RxRPC.
1028
1029config CRYPTO_KHAZAD

--- 415 unchanged lines hidden ---
1035config CRYPTO_FCRYPT
1036 tristate "FCrypt cipher algorithm"
1037 select CRYPTO_ALGAPI
1038 select CRYPTO_BLKCIPHER
1039 help
1040 FCrypt algorithm used by RxRPC.
1041
1042config CRYPTO_KHAZAD

--- 415 unchanged lines hidden ---