devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] STM32 CRYP crypto driver
@ 2017-07-13  9:59 Fabien Dessenne
  2017-07-13  9:59 ` [PATCH 1/3] crypto: engine - permit to enqueue aead_request Fabien Dessenne
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabien Dessenne @ 2017-07-13  9:59 UTC (permalink / raw)
  To: Herbert Xu, David S . Miller, Rob Herring, Mark Rutland,
	Maxime Coquelin, Alexandre Torgue, linux-crypto, devicetree,
	linux-arm-kernel, linux-kernel
  Cc: Benjamin Gaignard, Lionel Debieve, Ludovic Barre

This set of patches adds a new crypto driver for STMicroelectronics stm32 HW.
This drivers uses the crypto API and provides with HW-enabled AEAD and block
cipher algorithms.
It makes use of the crypto engine which is upgraded in order to support AEAD
requests.

This driver was successfully tested with tcrypt / testmgr.

Note:
Since two other set of patches (update of STM32 CRC32 and addition of STM32
HASH) are being proposed, it may happen that there are some minor conflicts in
'Kconfig' and 'Makefile'. In that case, I will fix the issue in due course.

Fabien Dessenne (3):
  crypto: engine - permit to enqueue aead_request
  dt-bindings: Document STM32 CRYP bindings
  crypto: stm32 - Support for STM32 CRYP crypto module

 .../devicetree/bindings/crypto/st,stm32-cryp.txt   |   20 +
 crypto/crypto_engine.c                             |  101 +
 drivers/crypto/stm32/Kconfig                       |    9 +
 drivers/crypto/stm32/Makefile                      |    1 +
 drivers/crypto/stm32/stm32-cryp.c                  | 1962 ++++++++++++++++++++
 include/crypto/engine.h                            |   16 +
 6 files changed, 2109 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/crypto/st,stm32-cryp.txt
 create mode 100644 drivers/crypto/stm32/stm32-cryp.c

-- 
2.7.4

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

end of thread, other threads:[~2017-09-18  9:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-13  9:59 [PATCH 0/3] STM32 CRYP crypto driver Fabien Dessenne
2017-07-13  9:59 ` [PATCH 1/3] crypto: engine - permit to enqueue aead_request Fabien Dessenne
     [not found] ` <1499939979-8623-1-git-send-email-fabien.dessenne-qxv4g6HH51o@public.gmane.org>
2017-07-13  9:59   ` [PATCH 2/3] dt-bindings: Document STM32 CRYP bindings Fabien Dessenne
2017-07-17 17:49     ` Rob Herring
2017-07-13  9:59 ` [PATCH 3/3] crypto: stm32 - Support for STM32 CRYP crypto module Fabien Dessenne
2017-09-18  9:20 ` [PATCH 0/3] STM32 CRYP crypto driver Fabien DESSENNE

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).