Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1251354
| From | LABBE Corentin <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] crypto: add precalculated hash for zero message length |
| Date | 2015-10-20 09:40 +0200 |
| Message-ID | <qlzGx-5pm-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. Changes since v1: - Added missing sha/md5 header in testmgr.h - indented a block comment in CCP - moved precalculated hash from header to .c files 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 v2] crypto: add precalculated hash for zero message length LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-20 09:40 +0200 [PATCH 6/8] crypto: akcipher: the key parameter must be const u8 * LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-20 09:40 +0200 [PATCH 7/8] crypto: testmgr: Constify tested key/iv/plaintext/digest LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-10-20 09:40 +0200
csiph-web