summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker1-0/+1
2011-05-18crypto: aesni-intel - fix aesni build on i386Randy Dunlap1-3/+4
2011-05-16crypto: aesni-intel - Merge with fpu.koAndy Lutomirski1-0/+8
2011-03-27crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Tadeusz Struk1-2/+12
2011-02-16crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_keyJesper Juhl1-9/+6
2011-01-23crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkeyJesper Juhl1-8/+9
2010-11-29crypto: aesni-intel - Fixed build error on x86-32Mathias Krause1-13/+13
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Mathias Krause1-5/+17
2010-11-13crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New InstructionsTadeusz Struk1-2/+516
2010-03-10crypto: aesni-intel - Add AES-NI accelerated CTR modeHuang Ying1-7/+123
2009-10-20crypto: aesni-intel - Fix irq_fpu_usable usageHuang Ying1-5/+5
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+5
2009-09-01x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying1-12/+5
2009-06-24crypto: aes-ni - Don't print message with KERN_ERR on old systemRoland Dreier1-1/+1
2009-06-18crypto: aes-ni - Do not sleep when using the FPUHuang Ying1-0/+4
2009-06-02crypto: aes-ni - Add support for more modesHuang Ying1-1/+266
2009-02-18crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying1-0/+461