aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/poly1305-avx2-x86_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld1-390/+0
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld1-10/+10
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers1-4/+10
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko1-2/+4
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi1-0/+386