X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=crypto%2FKconfig;h=50f4da44a304610a649073d649d9a59bc24ce1dc;hb=feaf222925cdfbc841a695fd30df8c6d0a694146;hp=1618468b1fcbeeeda4120a7d8b29068f5261ce9e;hpb=d69e75deff2377b46b2b357ac3781cc93cd7ffd6;p=firefly-linux-kernel-4.4.55.git diff --git a/crypto/Kconfig b/crypto/Kconfig index 1618468b1fcb..50f4da44a304 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1514,6 +1514,15 @@ config CRYPTO_USER_API_SKCIPHER This option enables the user-spaces interface for symmetric 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 bool