Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcbaecbb authored by Patrick McHardy's avatar Patrick McHardy Committed by Herbert Xu
Browse files

[CRYPTO] users: Select ECB/CBC where needed



CRYPTO_MANAGER is selected automatically by CONFIG_ECB and CONFIG_CBC.

config CRYPTO_ECB
        tristate "ECB support"
        select CRYPTO_BLKCIPHER
        select CRYPTO_MANAGER


I've added CONFIG_ECB to the ones you mentioned and CONFIG_CBC to
gssapi.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 7059abed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2717,6 +2717,7 @@ config PPP_MPPE
       select CRYPTO
       select CRYPTO_SHA1
       select CRYPTO_ARC4
       select CRYPTO_ECB
       ---help---
         Support for the MPPE Encryption protocol, as employed by the
	 Microsoft Point-to-Point Tunneling Protocol.
+2 −0
Original line number Diff line number Diff line
@@ -1777,6 +1777,7 @@ config RPCSEC_GSS_KRB5
	select CRYPTO
	select CRYPTO_MD5
	select CRYPTO_DES
	select CRYPTO_CBC
	help
	  Provides for secure RPC calls by means of a gss-api
	  mechanism based on Kerberos V5. This is required for
@@ -1795,6 +1796,7 @@ config RPCSEC_GSS_SPKM3
	select CRYPTO_MD5
	select CRYPTO_DES
	select CRYPTO_CAST5
	select CRYPTO_CBC
	help
	  Provides for secure RPC calls by means of a gss-api
	  mechanism based on the SPKM3 public-key mechanism.
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ config IEEE80211_CRYPT_WEP
	depends on IEEE80211
	select CRYPTO
	select CRYPTO_ARC4
	select CRYPTO_ECB
	select CRC32
	---help---
	Include software based cipher suites in support of IEEE
@@ -58,6 +59,7 @@ config IEEE80211_CRYPT_TKIP
	depends on IEEE80211 && NET_RADIO
	select CRYPTO
	select CRYPTO_MICHAEL_MIC
	select CRYPTO_ECB
	select CRC32
	---help---
	Include software based cipher suites in support of IEEE 802.11i