public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] crypto: hisilicon/hpre - add something for Kunpeng 930
@ 2020-11-18  3:46 Meng Yu
  2020-11-18  3:46 ` [PATCH v3 1/5] crypto: hisilicon/hpre - add initial settings adapt to 'Kunpeng 930' Meng Yu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Meng Yu @ 2020-11-18  3:46 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, xuzaibo, wangzhou1, yumeng18, linux-kernel

Add algorithms(ECDH and CURVE25519) in Kunpeng 930.

v2 -> v3:
- patch #1: add a 'Signed-off-by' from its author
- patch #5: fix sparse warnings
- patch #5: add 'CRYPTO_LIB_CURVE25519_GENERIC' in 'Kconfig'

v1 -> v2:
- patch #5: delete 'curve25519_null_point'

Hui Tang (1):
  crypto: hisilicon/hpre - add initial settings adapt to 'Kunpeng 930'

Meng Yu (4):
  crypto: hisilicon/hpre - add version adapt to new algorithms
  crypto: hisilicon/hpre - add algorithm type
  crypto: hisilicon/hpre - add 'ECDH' algorithm
  crypto: hisilicon/hpre - add 'CURVE25519' algorithm

 drivers/crypto/hisilicon/Kconfig            |    1 +
 drivers/crypto/hisilicon/hpre/hpre.h        |   25 +-
 drivers/crypto/hisilicon/hpre/hpre_crypto.c | 1194 ++++++++++++++++++++++++++-
 drivers/crypto/hisilicon/hpre/hpre_main.c   |  105 ++-
 drivers/crypto/hisilicon/qm.c               |    4 +-
 drivers/crypto/hisilicon/qm.h               |    4 +-
 drivers/crypto/hisilicon/sec2/sec.h         |    4 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c  |    4 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.h  |    4 +-
 drivers/crypto/hisilicon/zip/zip.h          |    4 +-
 drivers/crypto/hisilicon/zip/zip_crypto.c   |    4 +-
 11 files changed, 1289 insertions(+), 64 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-25  7:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-18  3:46 [PATCH v3 0/5] crypto: hisilicon/hpre - add something for Kunpeng 930 Meng Yu
2020-11-18  3:46 ` [PATCH v3 1/5] crypto: hisilicon/hpre - add initial settings adapt to 'Kunpeng 930' Meng Yu
2020-11-18  3:46 ` [PATCH v3 2/5] crypto: hisilicon/hpre - add version adapt to new algorithms Meng Yu
2020-11-18  3:46 ` [PATCH v3 3/5] crypto: hisilicon/hpre - add algorithm type Meng Yu
2020-11-18  3:47 ` [PATCH v3 4/5] crypto: hisilicon/hpre - add 'ECDH' algorithm Meng Yu
2020-11-18 20:25   ` Stephan Mueller
2020-11-25  7:16     ` 答复: " yumeng (J)
2020-11-18  3:47 ` [PATCH v3 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm Meng Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox