Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/3] [v2] AES-NI/AVX implementation of Camellia cipher
@ 2012-10-26 11:48 Jussi Kivilinna
  2012-10-26 11:48 ` [PATCH 1/3] [v2] crypto: tcrypt - add async speed test for camellia cipher Jussi Kivilinna
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jussi Kivilinna @ 2012-10-26 11:48 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

This patchset adds AES-NI/AVX assembler implementation of Camellia cipher
for x86-64.

[v2]:
 - No missing patches
 - No missing files

---

Jussi Kivilinna (3):
      [v2] crypto: tcrypt - add async speed test for camellia cipher
      [v2] crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file
      [v2] crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher


 arch/x86/crypto/Makefile                    |    3 
 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 1102 +++++++++++++++++++++++++++
 arch/x86/crypto/camellia_aesni_avx_glue.c   |  558 ++++++++++++++
 arch/x86/crypto/camellia_glue.c             |   80 +-
 arch/x86/include/asm/crypto/camellia.h      |   82 ++
 crypto/Kconfig                              |   22 +
 crypto/tcrypt.c                             |   23 +
 crypto/testmgr.c                            |   62 ++
 8 files changed, 1875 insertions(+), 57 deletions(-)
 create mode 100644 arch/x86/crypto/camellia-aesni-avx-asm_64.S
 create mode 100644 arch/x86/crypto/camellia_aesni_avx_glue.c
 create mode 100644 arch/x86/include/asm/crypto/camellia.h

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

end of thread, other threads:[~2012-11-09  9:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 11:48 [PATCH 0/3] [v2] AES-NI/AVX implementation of Camellia cipher Jussi Kivilinna
2012-10-26 11:48 ` [PATCH 1/3] [v2] crypto: tcrypt - add async speed test for camellia cipher Jussi Kivilinna
2012-10-26 18:47   ` David Miller
2012-10-26 11:48 ` [PATCH 2/3] [v2] crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file Jussi Kivilinna
2012-10-26 18:47   ` David Miller
2012-10-26 11:49 ` [PATCH 3/3] [v2] crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher Jussi Kivilinna
2012-10-26 18:48   ` David Miller
2012-11-09  9:34 ` [PATCH 0/3] [v2] AES-NI/AVX implementation of Camellia cipher Herbert Xu

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