aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/aesni-intel_asm.S
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-29
|\
| * crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson2018-08-25
* | x86/asm/64: Use 32-bit XOR to zero registersJan Beulich2018-07-03
|/
* crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2018-02-22
* crypto: aesni - Add fast path for > 16 byte updateDave Watson2018-02-22
* crypto: aesni - Introduce partial block macroDave Watson2018-02-22
* crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson2018-02-22
* crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-02-22
* crypto: aesni - Fill in new context data structuresDave Watson2018-02-22
* crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-02-22
* crypto: aesni - Introduce gcm_context_dataDave Watson2018-02-22
* crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson2018-02-22
* crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-02-22
* crypto: aesni - Add GCM_INIT macroDave Watson2018-02-22
* crypto: aesni - Macro-ify func save/restoreDave Watson2018-02-22
* crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson2018-02-22
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-31
|\
| * crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesniJunaid Shahid2017-12-28
| * crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesniJunaid Shahid2017-12-28
* | x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse2018-01-11
|/
* crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-18
* crypto: aesni - make non-AVX AES-GCM work with any aadlenSabrina Dubroca2017-05-18
* crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko2017-01-23
* x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-24
* x86/asm/crypto: Move .Lbswap_mask data to .rodata sectionJosh Poimboeuf2016-02-24
* crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey2015-01-14
* crypto: aesni_intel - fix accessing of unaligned memoryJussi Kivilinna2013-06-13
* crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2013-04-25
* crypto: aesni-intel - add ENDPROC statements for assembler functionsJussi Kivilinna2013-01-19
* crypto: aesni-intel - fix unaligned cbc decrypt for x86-32Mathias Krause2012-05-31
* crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Tadeusz Struk2011-03-26
* x86: Fix common misspellingsLucas De Marchi2011-03-18
* crypto: aesni-intel - Fixed build with binutils 2.16Tadeusz Struk2010-12-13
* crypto: aesni-intel - Fixed build error on x86-32Mathias Krause2010-11-28
* crypto: aesni-intel - Ported implementation to x86-32Mathias Krause2010-11-27
* crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New InstructionsTadeusz Struk2010-11-13
* crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1Huang Ying2010-03-13
* crypto: aesni-intel - Add AES-NI accelerated CTR modeHuang Ying2010-03-10
* crypto: aesni-intel - Use gas macro for AES-NI instructionsHuang Ying2009-11-23
* crypto: aes-ni - Fix cbc mode IV savingHuang Ying2009-06-18
* crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying2009-02-18