summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_avx-x86_64.S
AgeCommit message (Expand)Author
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-09-20crypto: aesni - Fix double word in commentsBo Liu
2023-04-20crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel
2023-04-20crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-04-19x86/crypto/aesni-intel_avx: Standardize stack alignment prologueJosh Poimboeuf
2021-04-19x86/crypto/aesni-intel_avx: Fix register usage commentsJosh Poimboeuf
2021-04-19x86/crypto/aesni-intel_avx: Remove unused macrosJosh Poimboeuf
2020-12-04crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2020-07-16crypto: x86 - Remove include/asm/inst.hUros Bizjak
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson
2018-12-23crypto: aesni - Introduce partial block macroDave Watson
2018-12-23crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson
2018-12-23crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson
2018-12-23crypto: aesni - Fill in new context data structuresDave Watson
2018-12-23crypto: aesni - Merge avx precompute functionsDave Watson
2018-12-23crypto: aesni - Split AAD hash calculation to separate macroDave Watson
2018-12-23crypto: aesni - Add GCM_COMPLETE macroDave Watson
2018-12-23crypto: aesni - support 256 byte keys in avx asmDave Watson
2018-12-23crypto: aesni - Macro-ify func save/restoreDave Watson
2018-12-23crypto: aesni - Introduce gcm_context_dataDave Watson
2018-12-23crypto: aesni - Merge GCM_ENC_DECDave Watson
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersJan Beulich
2017-05-18crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_lenSabrina Dubroca
2017-05-18crypto: aesni - make AVX2 AES-GCM work with any aadlenSabrina Dubroca
2017-05-18crypto: aesni - make AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca
2017-05-18crypto: aesni - make AVX AES-GCM work with any aadlenSabrina Dubroca
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko
2014-01-15crypto: aesni - fix build on x86 (32bit)Tim Chen