RE: [PATCH v3 3/3] crypto: caam - add support for RSA algorithm

2016-04-18 Thread Tudor-Dan Ambarus
Hi Stephan, > Am Mittwoch, 6. April 2016, 16:37:56 schrieb Tudor Ambarus: > > > +static size_t scatterwalk_skip_zeros(struct scatter_walk *walk, size_t > > nbytes) +{ > > Do you really want to keep that function after Herbert mentioned we should > leave the zeros for the RSA operation? Or asked

Re: [PATCH v3 3/3] crypto: caam - add support for RSA algorithm

2016-04-08 Thread Stephan Mueller
Am Mittwoch, 6. April 2016, 16:37:56 schrieb Tudor Ambarus: Hi Tudor, > Add RSA support to caam driver. > > Coauthored-by: Yashpal Dutta > > Signed-off-by: Tudor Ambarus > --- > drivers/crypto/caam/Kconfig| 12 + > drivers/crypto/caam/Makefile | 4 + > drivers/crypto/caam/caampkc.c

[PATCH v3 3/3] crypto: caam - add support for RSA algorithm

2016-04-06 Thread Tudor Ambarus
Add RSA support to caam driver. Coauthored-by: Yashpal Dutta Signed-off-by: Tudor Ambarus --- drivers/crypto/caam/Kconfig| 12 + drivers/crypto/caam/Makefile | 4 + drivers/crypto/caam/caampkc.c | 509 + drivers/crypto/caam/caampkc.h | 84 +++