aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/serpent-avx-x86_64-asm_64.S
AgeCommit message (Expand)AuthorFilesLines
2022-10-17crypto: x86/serpent: Remove redundant alignmentsGravatar Thomas Gleixner 1-2/+0
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-5/+5
2021-01-14crypto: x86/serpent - drop CTR mode implementationGravatar Ard Biesheuvel 1-20/+0
2021-01-14crypto: x86/serpent- switch to XTS templateGravatar Ard Biesheuvel 1-48/+0
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-12/+12
2019-10-18x86/asm/crypto: Annotate local functionsGravatar Jiri Slaby 1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themGravatar Denys Vlasenko 1-2/+3
2016-02-24x86/asm/crypto: Create stack frames in crypto functionsGravatar Josh Poimboeuf 1-0/+13
2013-04-25crypto: x86 - add more optimized XTS-mode for serpent-avxGravatar Jussi Kivilinna 1-2/+43
2013-01-20crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize j...Gravatar Jussi Kivilinna 1-24/+11
2012-10-24crypto: serpent/avx - avoid using temporary stack buffersGravatar Jussi Kivilinna 1-58/+108
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelGravatar Jussi Kivilinna 1-6/+6
2012-06-12crypto: serpent - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 1-0/+704