]> 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)
commit023dab1165d2bef48156a801e1da4f65ea922f53
treeb9e262f57e0acad14b05b0545dfd5c690f78f356
parentf87446b62bc53c18746b5e1ccc8f4c969b698cd8
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