diff options
author | Tadeusz Struk <tadeusz.struk@intel.com> | 2015-06-16 10:31:06 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-06-17 17:03:54 +0800 |
commit | 946cc46372dcf8e34f21a6d06826c2aa1822b642 (patch) | |
tree | 78b21157d83c26d606ebb3a516f3b7da0633702d /crypto/Kconfig | |
parent | cfc2bb32b31371d6bffc6bf2da3548f20ad48c83 (diff) |
crypto: testmgr - add tests vectors for RSA
New test vectors for RSA algorithm.
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index d6b2a8b68143..6c79ef0e168d 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -121,6 +121,7 @@ config CRYPTO_MANAGER2 select CRYPTO_HASH2 select CRYPTO_BLKCIPHER2 select CRYPTO_PCOMP2 + select CRYPTO_AKCIPHER2 config CRYPTO_USER tristate "Userspace cryptographic algorithm configuration" |