aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/crypto/twofish-avx-x86_64-asm_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17crypto: twofish: Remove redundant alignmentsThomas Gleixner1-2/+0
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-5/+5
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel1-27/+0
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel1-53/+0
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-12/+12
2019-10-18x86/asm/crypto: Annotate local functionsJiri Slaby1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2017-09-20crypto: x86/twofish - Fix RBP usageJosh Poimboeuf1-6/+6
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko1-2/+4
2016-02-24x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf1-0/+13
2013-04-25crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna1-1/+47
2013-01-20crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labelsJussi Kivilinna1-24/+11
2012-10-24crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna1-71/+137
2012-09-07crypto: twofish-avx - tune assembler code for more performanceJussi Kivilinna1-85/+142
2012-07-11crypto: twofish-avx - remove useless instructionJohannes Goetzfried1-1/+0
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried1-0/+301