summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorTadeusz Struk2015-06-16 19:30:55 +0200
committerHerbert Xu2015-06-17 11:03:14 +0200
commit3c339ab83fc09d9d91fb7e8b4a60e8ddc91de417 (patch)
treeb9e262f57e0acad14b05b0545dfd5c690f78f356 /crypto/Makefile
parentcrypto: poly1305 - Pass key as first two message blocks to each desc_ctx (diff)
downloadkernel-qcow2-linux-3c339ab83fc09d9d91fb7e8b4a60e8ddc91de417.tar.gz
kernel-qcow2-linux-3c339ab83fc09d9d91fb7e8b4a60e8ddc91de417.tar.xz
kernel-qcow2-linux-3c339ab83fc09d9d91fb7e8b4a60e8ddc91de417.zip
crypto: akcipher - add PKE API
Add Public Key Encryption API. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Made CRYPTO_AKCIPHER invisible like other type config options. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index c84203572477..1ed382df7db9 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -28,6 +28,7 @@ crypto_hash-y += shash.o
obj-$(CONFIG_CRYPTO_HASH2) += crypto_hash.o
obj-$(CONFIG_CRYPTO_PCOMP2) += pcompress.o
+obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o
cryptomgr-y := algboss.o testmgr.o