linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] crypto: hisilicon - Add HiSilicon ADVCA Subsystem
@ 2023-05-25 16:04 David Yang
  2023-05-25 16:04 ` [PATCH v3 1/2] " David Yang
  2023-05-25 16:04 ` [PATCH v3 2/2] crypto: hisilicon/advca - Add SHA support David Yang
  0 siblings, 2 replies; 5+ messages in thread
From: David Yang @ 2023-05-25 16:04 UTC (permalink / raw)
  To: linux-crypto
  Cc: David Yang, Weili Qian, Zhou Wang, Herbert Xu, David S. Miller,
	Philipp Zabel, linux-kernel

HiSilicon ADVCA Subsystem contains various cryptographic devices, including
symmetric key ciphers, hash functions, RSA algorithms, as well as key
ladder and OTP memory.

This series adds symmetric key cipher and SHA algorithm family driver.

This series is based on Hi3798Mv100.

v2: sorry, I accidentally skipped v1.
v3:
  * use devm_reset_control_get_optional_exclusive
  * disable clocks if init failed
  * put device reset when removal
  * implement import function for sha device
  * fix typo reported by test bot

David Yang (2):
  crypto: hisilicon - Add HiSilicon ADVCA Subsystem
  crypto: hisilicon/advca - Add SHA support

 drivers/crypto/hisilicon/Kconfig              |   11 +
 drivers/crypto/hisilicon/Makefile             |    1 +
 drivers/crypto/hisilicon/advca/Makefile       |    2 +
 .../crypto/hisilicon/advca/hisi-advca-muc.c   | 1536 +++++++++++++++++
 .../crypto/hisilicon/advca/hisi-advca-sha.c   |  658 +++++++
 5 files changed, 2208 insertions(+)
 create mode 100644 drivers/crypto/hisilicon/advca/Makefile
 create mode 100644 drivers/crypto/hisilicon/advca/hisi-advca-muc.c
 create mode 100644 drivers/crypto/hisilicon/advca/hisi-advca-sha.c


base-commit: 44c026a73be8038f03dbdeef028b642880cf1511
-- 
2.39.2


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

end of thread, other threads:[~2023-05-26 23:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-25 16:04 [PATCH v3 0/2] crypto: hisilicon - Add HiSilicon ADVCA Subsystem David Yang
2023-05-25 16:04 ` [PATCH v3 1/2] " David Yang
2023-05-26 21:19   ` kernel test robot
2023-05-25 16:04 ` [PATCH v3 2/2] crypto: hisilicon/advca - Add SHA support David Yang
2023-05-26 23:04   ` 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;
as well as URLs for NNTP newsgroup(s).