aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_asm.S
AgeCommit message (Expand)AuthorFilesLines
2017-05-18crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenGravatar Sabrina Dubroca 1-14/+48
2017-05-18crypto: aesni - make non-AVX AES-GCM work with any aadlenGravatar Sabrina Dubroca 1-37/+132
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themGravatar Denys Vlasenko 1-8/+29
2016-02-24x86/asm/crypto: Create stack frames in crypto functionsGravatar Josh Poimboeuf 1-27/+46
2016-02-24x86/asm/crypto: Move .Lbswap_mask data to .rodata sectionGravatar Josh Poimboeuf 1-0/+2
2015-01-14crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Gravatar Timothy McCaffrey 1-166/+177
2013-06-13crypto: aesni_intel - fix accessing of unaligned memoryGravatar Jussi Kivilinna 1-16/+32
2013-04-25crypto: aesni_intel - add more optimized XTS mode for x86-64Gravatar Jussi Kivilinna 1-0/+117
2013-01-20crypto: aesni-intel - add ENDPROC statements for assembler functionsGravatar Jussi Kivilinna 1-1/+22
2012-05-31crypto: aesni-intel - fix unaligned cbc decrypt for x86-32Gravatar Mathias Krause 1-2/+4
2011-03-27crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Gravatar Tadeusz Struk 1-1/+4
2011-03-18x86: Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-12-13crypto: aesni-intel - Fixed build with binutils 2.16Gravatar Tadeusz Struk 1-79/+519
2010-11-29crypto: aesni-intel - Fixed build error on x86-32Gravatar Mathias Krause 1-1/+4
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Gravatar Mathias Krause 1-30/+167
2010-11-13crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New InstructionsGravatar Tadeusz Struk 1-0/+1192
2010-03-13crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1Gravatar Huang Ying 1-2/+2
2010-03-10crypto: aesni-intel - Add AES-NI accelerated CTR modeGravatar Huang Ying 1-0/+115
2009-11-23crypto: aesni-intel - Use gas macro for AES-NI instructionsGravatar Huang Ying 1-344/+173
2009-06-18crypto: aes-ni - Fix cbc mode IV savingGravatar Huang Ying 1-2/+3
2009-02-18crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformGravatar Huang Ying 1-0/+896