crypto: rsa - RSA padding algorithm
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>
Sat, 5 Dec 2015 16:09:34 +0000 (17:09 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 9 Dec 2015 12:03:57 +0000 (20:03 +0800)
commit3d5b1ecdea6fb94f8c61554fcb2ba776a2d3d0e6
tree0566eca107c60adc4d962d84dac952ec793b49ef
parent28a4618ad14cf17009a87d8b5718132a5d4ef852
crypto: rsa - RSA padding algorithm

This patch adds PKCS#1 v1.5 standard RSA padding as a separate template.
This way an RSA cipher with padding can be obtained by instantiating
"pkcs1pad(rsa)".  The reason for adding this is that RSA is almost
never used without this padding (or OAEP) so it will be needed for
either certificate work in the kernel or the userspace, and I also hear
that it is likely implemented by hardware RSA in which case hardware
implementations of the whole of pkcs1pad(rsa) can be provided.

Signed-off-by: Andrew Zaborowski <andrew.zaborowski@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
crypto/rsa-pkcs1pad.c [new file with mode: 0644]
crypto/rsa.c
include/crypto/internal/rsa.h