]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
crypto: akcipher - add PKE API
authorTadeusz Struk <tadeusz.struk@intel.com>
Tue, 16 Jun 2015 17:30:55 +0000 (10:30 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 17 Jun 2015 09:03:14 +0000 (17:03 +0800)
commit3c339ab83fc09d9d91fb7e8b4a60e8ddc91de417
treeb9e262f57e0acad14b05b0545dfd5c690f78f356
parentc2b7b20aedfa10de3634877c3e4b7bc9a7d6461e
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>
crypto/Kconfig
crypto/Makefile
crypto/akcipher.c [new file with mode: 0644]
crypto/crypto_user.c
include/crypto/akcipher.h [new file with mode: 0644]
include/crypto/internal/akcipher.h [new file with mode: 0644]
include/linux/crypto.h
include/linux/cryptouser.h