aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/camellia-aesni-avx2-asm_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-7/+7
2021-04-19x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack bufferJosh Poimboeuf1-3/+2
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel1-144/+0
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel1-207/+0
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra1-1/+1
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-12/+12
2019-10-18x86/asm/crypto: Annotate local functionsJiri Slaby1-10/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-01-12x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse1-1/+2
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko1-3/+9
2016-02-24x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf1-0/+15
2013-06-21crypto: camellia-aesni-avx2 - tune assembly code for more performanceJussi Kivilinna1-71/+89
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipherJussi Kivilinna1-0/+1368