Kconfig (329f9052dbadf6f4afe2231668bd00c579a4aa10) | Kconfig (f77f13e22df4a40d237697df496152c8c37f3f2b) |
---|---|
1# 2# Generic algorithms support 3# 4config XOR_BLOCKS 5 tristate 6 7# 8# async_tx api: hardware offloaded memory transfer/transform support --- 14 unchanged lines hidden (view full) --- 23 24config CRYPTO_FIPS 25 bool "FIPS 200 compliance" 26 depends on CRYPTO_ANSI_CPRNG 27 help 28 This options enables the fips boot option which is 29 required if you want to system to operate in a FIPS 200 30 certification. You should say no unless you know what | 1# 2# Generic algorithms support 3# 4config XOR_BLOCKS 5 tristate 6 7# 8# async_tx api: hardware offloaded memory transfer/transform support --- 14 unchanged lines hidden (view full) --- 23 24config CRYPTO_FIPS 25 bool "FIPS 200 compliance" 26 depends on CRYPTO_ANSI_CPRNG 27 help 28 This options enables the fips boot option which is 29 required if you want to system to operate in a FIPS 200 30 certification. You should say no unless you know what |
31 this is. Note that CRYPTO_ANSI_CPRNG is requred if this | 31 this is. Note that CRYPTO_ANSI_CPRNG is required if this |
32 option is selected 33 34config CRYPTO_ALGAPI 35 tristate 36 select CRYPTO_ALGAPI2 37 help 38 This option provides the API for cryptographic algorithms. 39 --- 795 unchanged lines hidden --- | 32 option is selected 33 34config CRYPTO_ALGAPI 35 tristate 36 select CRYPTO_ALGAPI2 37 help 38 This option provides the API for cryptographic algorithms. 39 --- 795 unchanged lines hidden --- |