Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: x86/poly1305 - wire up faster implementations for kernel | Jason A. Donenfeld | 2020-01-16 | 1 | -590/+0 |
* | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* | Jiri Slaby | 2019-10-18 | 1 | -4/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | crypto: x86/poly1305 - fix overflow during partial reduction | Eric Biggers | 2019-04-08 | 1 | -8/+14 |
* | crypto: x86/poly1305 - Clear key material from stack in SSE2 variant | Tommi Hirvola | 2019-02-28 | 1 | -0/+4 |
* | crypto: x86 - make constants readonly, allow linker to merge them | Denys Vlasenko | 2017-01-23 | 1 | -2/+4 |
* | crypto: poly1305 - Add a two block SSE2 variant for x86_64 | Martin Willi | 2015-07-17 | 1 | -0/+306 |
* | crypto: poly1305 - Add a SSE2 SIMD variant for x86_64 | Martin Willi | 2015-07-17 | 1 | -0/+276 |