Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1226578
| From | Tim Chen <tim.c.chen@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] crypto: [sha] Restructure x86 sha trasforms glue code to expose all available transform algorithms |
| Date | 2015-09-17 01:40 +0200 |
| Message-ID | <q9usW-2um-23@gated-at.bofh.it> (permalink) |
| References | <q9usW-2um-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
During the posting of patches of new x86 sha1 and sha256 algorithms based
on new x86 SHA extensions, I got requests to expose all the available
sha transform implementations that are based on SSSE3, AVX and AVX2 as
separate individual crypto driver. The result is this series of patches.
I've also performed clean up of the glue code to make them easier to
maintain.
Thanks.
Tim
Pre-req patch series:
[1] https://lkml.org/lkml/2015/9/10/554
Tim Chen (3):
crypto: [sha] Restructure x86 sha1 glue code to expose all the
available sha1 transforms
crypto: [sha] Restructure x86 sha256 glue code to expose all the
available sha256 transforms
crypto: [sha] Restructure x86 sha512 glue code to expose all the
available sha512 transforms
arch/x86/crypto/sha1_ssse3_glue.c | 324 +++++++++++++++++++++++++++--------
arch/x86/crypto/sha256_ssse3_glue.c | 331 ++++++++++++++++++++++++++++++------
arch/x86/crypto/sha512_ssse3_glue.c | 249 ++++++++++++++++++++++-----
3 files changed, 735 insertions(+), 169 deletions(-)
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] crypto: [sha] Restructure x86 sha trasforms glue code to expose all available transform algorithms Tim Chen <tim.c.chen@linux.intel.com> - 2015-09-17 01:40 +0200 Re: [PATCH 0/3] crypto: [sha] Restructure x86 sha trasforms glue code to expose all available transform algorithms Herbert Xu <herbert@gondor.apana.org.au> - 2015-09-18 16:10 +0200
csiph-web