mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
crypto: algif_rng - enable RNG interface compilation
Enable compilation of the RNG AF_ALG support and provide a Kconfig option to compile the RNG AF_ALG support. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
5afdfd22e6
commit
2f3755381d
@ -1514,6 +1514,15 @@ config CRYPTO_USER_API_SKCIPHER
|
|||||||
This option enables the user-spaces interface for symmetric
|
This option enables the user-spaces interface for symmetric
|
||||||
key cipher algorithms.
|
key cipher algorithms.
|
||||||
|
|
||||||
|
config CRYPTO_USER_API_RNG
|
||||||
|
tristate "User-space interface for random number generator algorithms"
|
||||||
|
depends on NET
|
||||||
|
select CRYPTO_RNG
|
||||||
|
select CRYPTO_USER_API
|
||||||
|
help
|
||||||
|
This option enables the user-spaces interface for random
|
||||||
|
number generator algorithms.
|
||||||
|
|
||||||
config CRYPTO_HASH_INFO
|
config CRYPTO_HASH_INFO
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
@ -99,6 +99,7 @@ obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
|
|||||||
obj-$(CONFIG_CRYPTO_USER_API) += af_alg.o
|
obj-$(CONFIG_CRYPTO_USER_API) += af_alg.o
|
||||||
obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o
|
obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o
|
||||||
obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o
|
obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o
|
||||||
|
obj-$(CONFIG_CRYPTO_USER_API_RNG) += algif_rng.o
|
||||||
|
|
||||||
#
|
#
|
||||||
# generic algorithms and the async_tx api
|
# generic algorithms and the async_tx api
|
||||||
|
Loading…
Reference in New Issue
Block a user