linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC
@ 2020-12-10 11:10 Longfang Liu
  2020-12-10 11:10 ` [PATCH v2 1/6] crypto: hisilicon/hpre - add version adapt to new algorithms Longfang Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Longfang Liu @ 2020-12-10 11:10 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, linux-kernel

Add support for new algorithms of SEC accelerator on Kunpeng930,
the driver and test case needs to be updated

Longfang Liu (5):
  crypto: hisilicon/sec - add new type of sqe for Kunpeng930
  crypto: hisilicon/sec - add new skcipher mode for SEC
  crypto: hisilicon/sec - add new AEAD mode for SEC
  crypto: hisilicon/sec - fixes some coding style
  crypto: hisilicon/sec - add new algorithm test case

Meng Yu (1):
  crypto: hisilicon/hpre - add version adapt to new algorithms

 arch/arm64/configs/defconfig                |   2 +-
 crypto/testmgr.c                            |  26 +
 crypto/testmgr.h                            |  72 +++
 drivers/crypto/hisilicon/hpre/hpre.h        |   5 +-
 drivers/crypto/hisilicon/hpre/hpre_crypto.c |   4 +-
 drivers/crypto/hisilicon/qm.c               |   4 +-
 drivers/crypto/hisilicon/qm.h               |   4 +-
 drivers/crypto/hisilicon/sec2/sec.h         |  19 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c  | 861 ++++++++++++++++++++++------
 drivers/crypto/hisilicon/sec2/sec_crypto.h  | 180 +++++-
 drivers/crypto/hisilicon/zip/zip.h          |   4 +-
 drivers/crypto/hisilicon/zip/zip_crypto.c   |   4 +-
 12 files changed, 988 insertions(+), 197 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-02-05  2:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 11:10 [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC Longfang Liu
2020-12-10 11:10 ` [PATCH v2 1/6] crypto: hisilicon/hpre - add version adapt to new algorithms Longfang Liu
2020-12-10 11:10 ` [PATCH v2 2/6] crypto: hisilicon/sec - add new type of sqe for Kunpeng930 Longfang Liu
2020-12-10 11:10 ` [PATCH v2 3/6] crypto: hisilicon/sec - add new skcipher mode for SEC Longfang Liu
2020-12-10 11:10 ` [PATCH v2 4/6] crypto: hisilicon/sec - add new AEAD " Longfang Liu
2020-12-10 11:10 ` [PATCH v2 5/6] crypto: hisilicon/sec - fixes some coding style Longfang Liu
2020-12-10 11:10 ` [PATCH v2 6/6] crypto: hisilicon/sec - add new algorithm test case Longfang Liu
2021-01-02 21:00 ` [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC Herbert Xu
2021-01-04  8:15   ` liulongfang
2021-01-04 11:33     ` Herbert Xu
2021-02-05  2:05       ` liulongfang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).