Hi Herbert,

this patchset add CRT mode to qat driver.
First patch extend the parsing of the private key so that all required CRT
fields are saved. Second patch add a 4K test key. Third patch extend qat
to use CRT. This latest patch is based on my patch that drop asn1 from qat
driver.

Salvatore Benedetto (3):
  crypto: rsa - Store rest of the private key components
  crypto: testmgr - Add 4K private key to RSA testvector
  crypto: qat - Add RSA CRT mode

 crypto/rsa_helper.c                           |  75 +++++++++
 crypto/rsaprivkey.asn1                        |  10 +-
 crypto/testmgr.h                              | 200 +++++++++++++++++++++-
 drivers/crypto/qat/qat_common/qat_asym_algs.c | 234 +++++++++++++++++++++++---
 include/crypto/internal/rsa.h                 |  20 +++
 5 files changed, 508 insertions(+), 31 deletions(-)

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to