crypto: akcipher - add PKE API
[firefly-linux-kernel-4.4.55.git] / crypto / Kconfig
index f6fc054eb2d1915027b85be745212922e8f0c415..eb0aca45d430aa168a26903eea50488023a27588 100644 (file)
@@ -91,6 +91,15 @@ config CRYPTO_PCOMP2
        tristate
        select CRYPTO_ALGAPI2
 
+config CRYPTO_AKCIPHER2
+       tristate
+       select CRYPTO_ALGAPI2
+
+config CRYPTO_AKCIPHER
+       tristate
+       select CRYPTO_AKCIPHER2
+       select CRYPTO_ALGAPI
+
 config CRYPTO_MANAGER
        tristate "Cryptographic algorithm manager"
        select CRYPTO_MANAGER2