aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/aesni-intel_avx-x86_64.S
AgeCommit message (Expand)Author
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