aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/cast5-avx-x86_64-asm_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-6/+6
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-8/+8
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/cast5 - Fix RBP usageJosh Poimboeuf1-17/+30
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko1-2/+12
2016-02-24x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf1-0/+9
2013-01-20crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targetsJussi Kivilinna1-30/+18
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna1-8/+8
2012-10-24crypto: cast5/avx - avoid using temporary stack buffersJussi Kivilinna1-75/+257
2012-09-07crypto: cast5-avx - tune assembler code for more performanceJussi Kivilinna1-106/+160
2012-08-01crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried1-0/+322