summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/cast6-avx-x86_64-asm_64.S
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel2023-04-201-14/+18
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-5/+5
* crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-141-28/+0
* crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-141-56/+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/cast6 - Fix RBP usageJosh Poimboeuf2017-09-201-16/+34
* crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko2017-01-231-2/+10
* x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-241-0/+13
* crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna2013-04-251-1/+47
* crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functionsJussi Kivilinna2013-01-201-24/+11
* crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2012-12-061-8/+8
* crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-241-67/+123
* crypto: cast6-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-114/+162
* crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+335