aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/serpent-avx2-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-25/+0
2021-01-14crypto: x86/serpent- switch to XTS templateGravatar Ard Biesheuvel 1-62/+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 152Gravatar Thomas Gleixner 1-6/+1
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themGravatar Denys Vlasenko 1-2/+7
2016-02-24x86/asm/crypto: Create stack frames in crypto functionsGravatar Josh Poimboeuf 1-0/+13
2013-04-25crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherGravatar Jussi Kivilinna 1-0/+800