Re: [PATCH v2] crypto: qat - Switch to new rsa_helper functions

2016-07-05 Thread Herbert Xu
On Mon, Jul 04, 2016 at 10:49:28AM +0100, Salvatore Benedetto wrote: > Drop all asn1 related code and use the new rsa_helper > functions rsa_parse_[pub|priv]_key for parsing the key > > Signed-off-by: Salvatore Benedetto > --- > > changes from v1: > - Remove

[PATCH v2] crypto: qat - Switch to new rsa_helper functions

2016-07-04 Thread Salvatore Benedetto
Drop all asn1 related code and use the new rsa_helper functions rsa_parse_[pub|priv]_key for parsing the key Signed-off-by: Salvatore Benedetto --- changes from v1: - Remove testmgr unrelated changes - Rebased on latest cryptodev-2.6 drivers/crypto/qat/Kconfig