]> git.baikalelectronics.ru Git - 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)
commit884667791b10e1149f2d524554162abd7837c970
treeb9e262f57e0acad14b05b0545dfd5c690f78f356
parent6e9082923fa00d8b007a01d3a7d74f6e5efe735a
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