mirror of
https://github.com/armbian/linux-cix.git
synced 2026-01-06 12:30:45 -08:00
crypto: qat - Add DH support
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>
This commit is contained in:
committed by
Herbert Xu
parent
8ef7cafbcc
commit
c9839143eb
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user