mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/5] crypto: hisilicon/hpre - add something for 'Kunpeng 930'
@ 2020-11-02  2:31 Meng Yu
  2020-11-02  2:31 ` [PATCH v2 1/5] crypto: hisilicon/hpre - add initial settings adapt to " Meng Yu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Meng Yu @ 2020-11-02  2:31 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, xuzaibo, wangzhou1, yumeng18, linux-kernel

1. Add initial settings, version and new type to adapt 'Kunpeng 930';
2. Add algorithms(ECDH and CURVE25519) in 'Kunpeng 930';

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/hpre/hpre.h        |   25 +-
 drivers/crypto/hisilicon/hpre/hpre_crypto.c | 1187 ++++++++++++++++++++++++++-
 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 +-
 10 files changed, 1282 insertions(+), 63 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2020-11-15 13:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02  2:31 [PATCH v2 0/5] crypto: hisilicon/hpre - add something for 'Kunpeng 930' Meng Yu
2020-11-02  2:31 ` [PATCH v2 1/5] crypto: hisilicon/hpre - add initial settings adapt to " Meng Yu
2020-11-02  2:31 ` [PATCH v2 2/5] crypto: hisilicon/hpre - add version adapt to new algorithms Meng Yu
2020-11-02  2:31 ` [PATCH v2 3/5] crypto: hisilicon/hpre - add algorithm type Meng Yu
2020-11-02  2:31 ` [PATCH v2 4/5] crypto: hisilicon/hpre - add 'ECDH' algorithm Meng Yu
2020-11-02  2:31 ` [PATCH v2 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm Meng Yu
2020-11-13  3:57   ` Herbert Xu
2020-11-15 13:12   ` kernel test robot

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

Powered by JetHome