Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1226578 > unrolled thread
| Started by | Tim Chen <tim.c.chen@linux.intel.com> |
|---|---|
| First post | 2015-09-17 01:40 +0200 |
| Last post | 2015-09-18 16:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Tim Chen <tim.c.chen@linux.intel.com> |
|---|---|
| Date | 2015-09-17 01:40 +0200 |
| Subject | [PATCH 0/3] crypto: [sha] Restructure x86 sha trasforms glue code to expose all available transform algorithms |
| Message-ID | <q9usW-2um-23@gated-at.bofh.it> |
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/
[toc] | [next] | [standalone]
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Date | 2015-09-18 16:10 +0200 |
| Subject | Re: [PATCH 0/3] crypto: [sha] Restructure x86 sha trasforms glue code to expose all available transform algorithms |
| Message-ID | <qa4wp-4P4-7@gated-at.bofh.it> |
| In reply to | #1226578 |
On Wed, Sep 16, 2015 at 04:34:32PM -0700, Tim Chen wrote: > > 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. All applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web