crypto: rsa - add a new rsa generic implementation
authorTadeusz Struk <tadeusz.struk@intel.com>
Tue, 16 Jun 2015 17:31:01 +0000 (10:31 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 17 Jun 2015 09:03:53 +0000 (17:03 +0800)
commitcfc2bb32b31371d6bffc6bf2da3548f20ad48c83
tree2231b8e6cd97e74078db3560303a30a4d270e9a9
parent3c339ab83fc09d9d91fb7e8b4a60e8ddc91de417
crypto: rsa - add a new rsa generic implementation

Add a new rsa generic SW implementation.
This implements only cryptographic primitives.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Added select on ASN1.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
crypto/rsa.c [new file with mode: 0644]
crypto/rsa_helper.c [new file with mode: 0644]
crypto/rsakey.asn1 [new file with mode: 0644]
include/crypto/internal/rsa.h [new file with mode: 0644]