Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1227897
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/4] crypto: [sha] x86 SHA extension optimization of SHA1 and SHA256 |
| Date | 2015-09-18 16:10 +0200 |
| Message-ID | <qa4wp-4P4-17@gated-at.bofh.it> (permalink) |
| References | <q7ivV-6Gg-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Sep 10, 2015 at 03:26:52PM -0700, Tim Chen wrote: > > The new x86 SHA extensions provide new hardware accelerated instructions > for computing SHA1 and SHA256 hashes. This patch series provide the > assembly routines for SHA1 and SHA256 computation using these new > instructions to the kernel crypto library. For 4K data blocks, we've > seen up to 3.6x speedup over existing SSSE3 enhanced routines in the > kernel crypto library on Broxton platform. 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/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/4] crypto: [sha] x86 SHA extension optimization of SHA1 and SHA256 Tim Chen <tim.c.chen@linux.intel.com> - 2015-09-11 00:30 +0200 Re: [PATCH 0/4] crypto: [sha] x86 SHA extension optimization of SHA1 and SHA256 David Miller <davem@davemloft.net> - 2015-09-11 01:00 +0200 Re: [PATCH 0/4] crypto: [sha] x86 SHA extension optimization of SHA1 and SHA256 Herbert Xu <herbert@gondor.apana.org.au> - 2015-09-18 16:10 +0200
csiph-web