summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/aesni-intel_asm.S
Commit message (Expand)AuthorAgeFilesLines
* crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2018-02-221-26/+90
* crypto: aesni - Add fast path for > 16 byte updateDave Watson2018-02-221-0/+25
* crypto: aesni - Introduce partial block macroDave Watson2018-02-221-1/+150
* crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson2018-02-221-99/+106
* crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-02-221-1/+9
* crypto: aesni - Fill in new context data structuresDave Watson2018-02-221-12/+39
* crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-02-221-28/+43
* crypto: aesni - Introduce gcm_context_dataDave Watson2018-02-221-51/+64
* crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson2018-02-221-179/+114
* crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-02-221-109/+63
* crypto: aesni - Add GCM_INIT macroDave Watson2018-02-221-51/+33
* crypto: aesni - Macro-ify func save/restoreDave Watson2018-02-221-29/+24
* crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson2018-02-221-250/+48
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-142/+57
|\
| * crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesniJunaid Shahid2017-12-281-100/+12
| * crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesniJunaid Shahid2017-12-281-42/+45
* | x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse2018-01-121-2/+3
|/
* crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-181-14/+48
* crypto: aesni - make non-AVX AES-GCM work with any aadlenSabrina Dubroca2017-05-181-37/+132
* crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko2017-01-231-8/+29
* x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-241-27/+46
* x86/asm/crypto: Move .Lbswap_mask data to .rodata sectionJosh Poimboeuf2016-02-241-0/+2
* crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey2015-01-141-166/+177
* crypto: aesni_intel - fix accessing of unaligned memoryJussi Kivilinna2013-06-131-16/+32
* crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2013-04-251-0/+117
* crypto: aesni-intel - add ENDPROC statements for assembler functionsJussi Kivilinna2013-01-201-1/+22
* crypto: aesni-intel - fix unaligned cbc decrypt for x86-32Mathias Krause2012-05-311-2/+4
* crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Tadeusz Struk2011-03-271-1/+4
* x86: Fix common misspellingsLucas De Marchi2011-03-181-3/+3
* crypto: aesni-intel - Fixed build with binutils 2.16Tadeusz Struk2010-12-131-79/+519
* crypto: aesni-intel - Fixed build error on x86-32Mathias Krause2010-11-291-1/+4
* crypto: aesni-intel - Ported implementation to x86-32Mathias Krause2010-11-271-30/+167
* crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New InstructionsTadeusz Struk2010-11-131-0/+1192
* crypto: aesni-intel - Fix CTR optimization build failure with gas 2.16.1Huang Ying2010-03-131-2/+2
* crypto: aesni-intel - Add AES-NI accelerated CTR modeHuang Ying2010-03-101-0/+115
* crypto: aesni-intel - Use gas macro for AES-NI instructionsHuang Ying2009-11-231-344/+173
* crypto: aes-ni - Fix cbc mode IV savingHuang Ying2009-06-181-2/+3
* crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying2009-02-181-0/+896
OpenPOWER on IntegriCloud