summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/ghash-clmulni-intel_asm.S
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel2023-04-201-2/+2
* crypto: x86/ghash - add comment and fix broken linkEric Biggers2022-12-301-1/+1
* crypto: x86/ghash - use le128 instead of u128Eric Biggers2022-12-301-2/+2
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-3/+3
* crypto: x86 - Remove include/asm/inst.hUros Bizjak2020-07-161-9/+8
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-4/+4
* x86/asm/crypto: Annotate local functionsJiri Slaby2019-10-181-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko2017-01-231-2/+1
* x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-241-0/+5
* crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal keyHerbert Xu2014-04-041-2/+2
* crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2014-04-011-29/+0
* crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functionsJussi Kivilinna2013-01-201-0/+4
* crypto: ghash-clmulni-intel - Put proper .data section in placeJiri Kosina2009-11-231-0/+2
* crypto: ghash-clmulni-intel - Use gas macro for PCLMULQDQ-NI and PSHUFBHuang Ying2009-11-231-19/+10
* crypto: ghash-intel - Add PSHUFB macrosHerbert Xu2009-11-031-5/+6
* crypto: ghash-intel - Hard-code pshufbHerbert Xu2009-11-011-6/+12
* crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2009-10-191-0/+157