Kconfig (442a7c40b1dac78588abfe8ed4c97e4bb8b36e73) Kconfig (c5aac2df6577636ef526d87ec6d92796a190b27f)
1#
2# Generic algorithms support
3#
4config XOR_BLOCKS
5 tristate
6
7#
8# async_tx api: hardware offloaded memory transfer/transform support

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

773 described in RFC2612.
774
775config CRYPTO_DES
776 tristate "DES and Triple DES EDE cipher algorithms"
777 select CRYPTO_ALGAPI
778 help
779 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
780
1#
2# Generic algorithms support
3#
4config XOR_BLOCKS
5 tristate
6
7#
8# async_tx api: hardware offloaded memory transfer/transform support

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

773 described in RFC2612.
774
775config CRYPTO_DES
776 tristate "DES and Triple DES EDE cipher algorithms"
777 select CRYPTO_ALGAPI
778 help
779 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
780
781config CRYPTO_DES_SPARC64
782 tristate "DES and Triple DES EDE cipher algorithms (SPARC64)"
783 select CRYPTO_ALGAPI
784 select CRYPTO_DES
785 help
786 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3),
787 optimized using SPARC64 crypto opcodes.
788
781config CRYPTO_FCRYPT
782 tristate "FCrypt cipher algorithm"
783 select CRYPTO_ALGAPI
784 select CRYPTO_BLKCIPHER
785 help
786 FCrypt algorithm used by RxRPC.
787
788config CRYPTO_KHAZAD

--- 332 unchanged lines hidden ---
789config CRYPTO_FCRYPT
790 tristate "FCrypt cipher algorithm"
791 select CRYPTO_ALGAPI
792 select CRYPTO_BLKCIPHER
793 help
794 FCrypt algorithm used by RxRPC.
795
796config CRYPTO_KHAZAD

--- 332 unchanged lines hidden ---