]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d0b9f4b2e85889c06f75559536c542c39cf9c00
tree2231b8e6cd97e74078db3560303a30a4d270e9a9
parent884667791b10e1149f2d524554162abd7837c970
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]