Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1244918
| From | LABBE Corentin <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] crypto: add precalculated hash for zero message length |
| Date | 2015-10-12 19:00 +0200 |
| Message-ID | <qiOC5-4Us-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello Some crypto drivers cannot process empty data message and so rely on precalculated hash. This patch series add precalculated hash in headers and make the drivers use them. Using those precalculated hash make some additionnal constify patch necessary. Regards -- 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] crypto: add precalculated hash for zero message length LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-12 19:00 +0200
[PATCH 8/8] crypto: testmgr: Use the xxx_zero_message_hash from headers LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-12 19:00 +0200
Re: [PATCH 8/8] crypto: testmgr: Use the xxx_zero_message_hash from headers kbuild test robot <lkp@intel.com> - 2015-10-12 21:30 +0200
Re: [PATCH 8/8] crypto: testmgr: Use the xxx_zero_message_hash from headers Corentin LABBE <clabbe.montjoie@gmail.com> - 2015-10-12 21:40 +0200
[PATCH 3/8] crypto: ccp: Use precalculated hash from headers LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-12 19:00 +0200
[PATCH 1/8] crypto: hash: add zero length message hash for shax and md5 LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-12 19:00 +0200
Re: [PATCH 1/8] crypto: hash: add zero length message hash for shax and md5 Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-14 12:10 +0200
Re: [PATCH 1/8] crypto: hash: add zero length message hash for shax and md5 LABBE Corentin <montjoie.mailing@gmail.com> - 2015-10-15 11:50 +0200
Re: [PATCH 1/8] crypto: hash: add zero length message hash for shax and md5 Ulf Hansson <ulf.hansson@linaro.org> - 2015-10-16 13:30 +0200
[PATCH 5/8] crypto: akcipher: fix typos in include/crypto/akcipher.h LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-12 19:00 +0200
csiph-web