|
@@ -848,6 +848,7 @@ config CRYPTO_USER_API
|
|
|
|
|
|
config CRYPTO_USER_API_HASH
|
|
config CRYPTO_USER_API_HASH
|
|
tristate "User-space interface for hash algorithms"
|
|
tristate "User-space interface for hash algorithms"
|
|
|
|
+ depends on NET
|
|
select CRYPTO_HASH
|
|
select CRYPTO_HASH
|
|
select CRYPTO_USER_API
|
|
select CRYPTO_USER_API
|
|
help
|
|
help
|
|
@@ -856,6 +857,7 @@ config CRYPTO_USER_API_HASH
|
|
|
|
|
|
config CRYPTO_USER_API_SKCIPHER
|
|
config CRYPTO_USER_API_SKCIPHER
|
|
tristate "User-space interface for symmetric key cipher algorithms"
|
|
tristate "User-space interface for symmetric key cipher algorithms"
|
|
|
|
+ depends on NET
|
|
select CRYPTO_BLKCIPHER
|
|
select CRYPTO_BLKCIPHER
|
|
select CRYPTO_USER_API
|
|
select CRYPTO_USER_API
|
|
help
|
|
help
|