Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1694489 > unrolled thread

[PATCH v2 0/4] crypto: add driver for Axis ARTPEC crypto accelerator

Started byLars Persson <lars.persson@axis.com>
First post2017-07-24 09:10 +0200
Last post2017-07-24 09:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/4] crypto: add driver for Axis ARTPEC crypto accelerator Lars Persson <lars.persson@axis.com> - 2017-07-24 09:10 +0200

#1694489 — [PATCH v2 0/4] crypto: add driver for Axis ARTPEC crypto accelerator

FromLars Persson <lars.persson@axis.com>
Date2017-07-24 09:10 +0200
Subject[PATCH v2 0/4] crypto: add driver for Axis ARTPEC crypto accelerator
Message-ID<u6FF8-1BF-5@gated-at.bofh.it>
This series adds a driver for the crypto accelerator in the ARTPEC series of
SoCs from Axis Communications AB.

Changelog v2:
- Use xts_check_key() for xts keys.
- Use CRYPTO_ALG_TYPE_SKCIPHER instead of CRYPTO_ALG_TYPE_ABLKCIPHER
  in cra_flags.

Lars Persson (3):
  dt-bindings: crypto: add ARTPEC crypto
  crypto: axis: add ARTPEC-6/7 crypto accelerator driver
  MAINTAINERS: Add ARTPEC crypto maintainer

Rabin Vincent (1):
  crypto: add crypto_(un)register_ahashes()

 .../devicetree/bindings/crypto/artpec6-crypto.txt  |   16 +
 MAINTAINERS                                        |    1 +
 crypto/ahash.c                                     |   29 +
 drivers/crypto/Kconfig                             |   21 +
 drivers/crypto/Makefile                            |    1 +
 drivers/crypto/axis/Makefile                       |    1 +
 drivers/crypto/axis/artpec6_crypto.c               | 3193 ++++++++++++++++++++
 include/crypto/internal/hash.h                     |    2 +
 8 files changed, 3264 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/crypto/artpec6-crypto.txt
 create mode 100644 drivers/crypto/axis/Makefile
 create mode 100644 drivers/crypto/axis/artpec6_crypto.c

-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web