From: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
To: linux-crypto@vger.kernel.org
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH 0/3] [v2] AES-NI/AVX implementation of Camellia cipher
Date: Fri, 26 Oct 2012 14:48:45 +0300 [thread overview]
Message-ID: <20121026114845.3373.17236.stgit@localhost6.localdomain6> (raw)
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
next reply other threads:[~2012-10-26 11:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-26 11:48 Jussi Kivilinna [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121026114845.3373.17236.stgit@localhost6.localdomain6 \
--to=jussi.kivilinna@mbnet.fi \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox