X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=crypto%2FKconfig;h=362905e7c841ff55b204891e9e93748f2cfea96e;hb=375d610ff54e98e161abc7eba71bb80c2cf9a106;hp=8aaf298a80e165f3fb5f83b1e00b8636cf9d08a3;hpb=59953fba87e5e535657403cc6439d24187929559;p=firefly-linux-kernel-4.4.55.git diff --git a/crypto/Kconfig b/crypto/Kconfig index 8aaf298a80e1..362905e7c841 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1512,15 +1512,6 @@ config CRYPTO_USER_API_RNG This option enables the user-spaces interface for random number generator algorithms. -config CRYPTO_USER_API_AEAD - tristate "User-space interface for AEAD cipher algorithms" - depends on NET - select CRYPTO_AEAD - select CRYPTO_USER_API - help - This option enables the user-spaces interface for AEAD - cipher algorithms. - config CRYPTO_HASH_INFO bool