Skip to content

Commit

Permalink
crypto: qat - Add DH support
Browse files Browse the repository at this point in the history
Add DH support under kpp api. Drop struct qat_rsa_request and
introduce a more generic struct qat_asym_request and share it
between RSA and DH requests.

Signed-off-by: Salvatore Benedetto <salvatore.benedetto@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Salvatore Benedetto authored and Herbert Xu committed Jul 11, 2016
1 parent 8ef7caf commit c983914
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 72 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/qat/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config CRYPTO_DEV_QAT
select CRYPTO_AUTHENC
select CRYPTO_BLKCIPHER
select CRYPTO_AKCIPHER
select CRYPTO_DH
select CRYPTO_HMAC
select CRYPTO_RSA
select CRYPTO_SHA1
Expand Down
Loading

0 comments on commit c983914

Please sign in to comment.