public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: NEON accelerated AES
@ 2013-10-07 13:19 Ard Biesheuvel
  2013-10-07 16:25 ` Dave Martin
  0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2013-10-07 13:19 UTC (permalink / raw)
  To: linux-arm-kernel

!! NOTE !!: this series build-depends on patch a62b01cd (crypto: create generic
version of ablk_helper) which is in linux-next but not yet in mainline.

The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:

  Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)

are available in the git repository at:

  git://git.linaro.org/people/ardbiesheuvel/linux-arm.git arm-aesbs

for you to fetch changes up to e4e7f10bfc4069925e99cc4b428c3434e30b6c3f:

  ARM: add support for bit sliced AES using NEON instructions (2013-10-04 20:48:38 +0200)

----------------------------------------------------------------
Ard Biesheuvel (3):
      ARM: pull in <asm/simd.h> from asm-generic
      ARM: move AES typedefs and function prototypes to separate header
      ARM: add support for bit sliced AES using NEON instructions

 arch/arm/crypto/Makefile             |   14 +-
 arch/arm/crypto/aes_glue.c           |   22 +-
 arch/arm/crypto/aes_glue.h           |   19 +
 arch/arm/crypto/aesbs-core.S_shipped | 2544 ++++++++++++++++++++++++++++++++++
 arch/arm/crypto/aesbs-glue.c         |  434 ++++++
 arch/arm/crypto/bsaes-armv7.pl       | 2467 +++++++++++++++++++++++++++++++++
 arch/arm/include/asm/Kbuild          |    1 +
 crypto/Kconfig                       |   16 +
 8 files changed, 5499 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/crypto/aes_glue.h
 create mode 100644 arch/arm/crypto/aesbs-core.S_shipped
 create mode 100644 arch/arm/crypto/aesbs-glue.c
 create mode 100644 arch/arm/crypto/bsaes-armv7.pl

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

end of thread, other threads:[~2013-10-09 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 13:19 [GIT PULL] ARM: NEON accelerated AES Ard Biesheuvel
2013-10-07 16:25 ` Dave Martin
2013-10-09 19:13   ` Ard Biesheuvel

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