Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250241
| From | Stephan Mueller <smueller@chronox.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 5/5] crypto: algif_akcipher - enable compilation |
| Date | 2015-10-19 00:10 +0200 |
| Message-ID | <ql4jo-1Bn-7@gated-at.bofh.it> (permalink) |
| References | <ql4jn-1Bn-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add the Makefile and Kconfig updates to allow algif_akcipher to be compiled. Signed-off-by: Stephan Mueller <smueller@chronox.de> --- crypto/Kconfig | 9 +++++++++ crypto/Makefile | 1 + 2 files changed, 10 insertions(+) diff --git a/crypto/Kconfig b/crypto/Kconfig index fc93444..aa5d3aa 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1632,6 +1632,15 @@ config CRYPTO_USER_API_AEAD This option enables the user-spaces interface for AEAD cipher algorithms. +config CRYPTO_USER_API_AKCIPHER + tristate "User-space interface for asymmetric key cipher algorithms" + depends on NET + select CRYPTO_AKCIPHER2 + select CRYPTO_USER_API + help + This option enables the user-spaces interface for asymmetric + key cipher algorithms. + config CRYPTO_HASH_INFO bool diff --git a/crypto/Makefile b/crypto/Makefile index d897e0b..3aaa914 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -120,6 +120,7 @@ obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o obj-$(CONFIG_CRYPTO_USER_API_RNG) += algif_rng.o obj-$(CONFIG_CRYPTO_USER_API_AEAD) += algif_aead.o +obj-$(CONFIG_CRYPTO_USER_API_AKCIPHER) += algif_akcipher.o # # generic algorithms and the async_tx api -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
[PATCH v2 5/5] crypto: algif_akcipher - enable compilation Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
[PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
Re: [PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call Marcel Holtmann <marcel@holtmann.org> - 2015-10-30 09:20 +0100
Re: [PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call Stephan Mueller <smueller@chronox.de> - 2015-10-30 09:50 +0100
[PATCH v2 4/5] crypto: AF_ALG -- add asymmetric cipher interface Stephan Mueller <smueller@chronox.de> - 2015-10-19 00:10 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-19 03:40 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-19 09:20 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-19 09:30 +0200
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Marcel Holtmann <marcel@holtmann.org> - 2015-10-27 06:00 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-27 10:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-27 12:00 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 00:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 00:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 00:50 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 01:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 02:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 02:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Marcel Holtmann <marcel@holtmann.org> - 2015-10-28 01:50 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 02:40 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Marcel Holtmann <marcel@holtmann.org> - 2015-10-28 04:00 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-28 11:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API David Woodhouse <dwmw2@infradead.org> - 2015-10-28 00:50 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Stephan Mueller <smueller@chronox.de> - 2015-10-27 10:20 +0100
Re: [PATCH v2 0/5] crypto: add algif_akcipher user space API Tadeusz Struk <tadeusz.struk@intel.com> - 2015-10-27 16:30 +0100
csiph-web