aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/camellia-aesni-avx2-asm_64.S
AgeCommit message (Expand)AuthorFilesLines
2021-04-19x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack bufferGravatar Josh Poimboeuf 1-3/+2
2021-01-14crypto: x86/camellia - drop CTR mode implementationGravatar Ard Biesheuvel 1-144/+0
2021-01-14crypto: x86/camellia - switch to XTS templateGravatar Ard Biesheuvel 1-207/+0
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentGravatar Peter Zijlstra 1-1/+1
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-12/+12
2019-10-18x86/asm/crypto: Annotate local functionsGravatar Jiri Slaby 1-10/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-01-12x86/retpoline/crypto: Convert crypto assembler indirect jumpsGravatar David Woodhouse 1-1/+2
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themGravatar Denys Vlasenko 1-3/+9
2016-02-24x86/asm/crypto: Create stack frames in crypto functionsGravatar Josh Poimboeuf 1-0/+15
2013-06-21crypto: camellia-aesni-avx2 - tune assembly code for more performanceGravatar Jussi Kivilinna 1-71/+89
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Gravatar Jussi Kivilinna 1-0/+1368