summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/twofish-avx-x86_64-asm_64.S
Commit message (Expand)AuthorAgeFilesLines
* crypto: twofish: Remove redundant alignmentsThomas Gleixner2022-10-171-2/+0
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-5/+5
* crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-141-27/+0
* crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-141-53/+0
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-12/+12
* x86/asm/crypto: Annotate local functionsJiri Slaby2019-10-181-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* crypto: x86/twofish - Fix RBP usageJosh Poimboeuf2017-09-201-6/+6
* crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko2017-01-231-2/+4
* x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-241-0/+13
* crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna2013-04-251-1/+47
* crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump l...Jussi Kivilinna2013-01-201-24/+11
* crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-241-71/+137
* crypto: twofish-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-85/+142
* crypto: twofish-avx - remove useless instructionJohannes Goetzfried2012-07-111-1/+0
* crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+301