aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/aesni-intel_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+1
2015-07-14crypto: aesni - Use new IV conventionHerbert Xu1-36/+20
2015-06-29crypto: aesni - fix failing setkey for rfc4106-gcm-aesniTadeusz Struk1-1/+1
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-256/+167
2015-06-03crypto: aesni - Convert rfc4106 to new AEAD interfaceHerbert Xu1-167/+83
2015-06-03crypto: aesni - Convert top-level rfc4106 algorithm to new interfaceHerbert Xu1-89/+83
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-13crypto: aesni - Use crypto_aead_set_reqsize helperHerbert Xu1-2/+3
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-62/+125
2015-03-31crypto: aesni - mark AES-NI helper ciphersStephan Mueller1-8/+15
2015-03-13crypto: aesni - fix memory usage in GCM decryptionStephan Mueller1-2/+2
2015-02-28crypto: aesni - make driver-gcm-aes-aesni helper a proper aead algTadeusz Struk1-54/+110
2015-01-14crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey1-6/+28
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2014-11-06crypto: aesni - remove unnecessary #defineValentin Rothberg1-6/+2
2014-10-02Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause1-2/+2
2014-09-24crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause1-2/+2
2014-06-20crypto: aes - AES CTR x86_64 "by8" AVX optimizationchandramouli narayanan1-2/+38
2013-12-31crypto: aesni - fix build on x86 (32bit)Andy Shevchenko1-0/+2
2013-12-20crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decodeTim Chen1-2/+141
2013-12-20crypto: arch - use crypto_memneq instead of memcmpDaniel Borkmann1-1/+1
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel1-1/+1
2013-04-25crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna1-0/+80
2013-01-08crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module insteadJussi Kivilinna1-37/+0
2012-10-18crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc()Jussi Kivilinna1-2/+7
2012-08-20crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelinesJussi Kivilinna1-35/+218
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna1-4/+1
2012-07-11crypto: aesni-intel - fix wrong kfree pointerMilan Broz1-4/+4
2012-06-27crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna1-1/+1
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna1-92/+8
2012-05-15crypto: aesni-intel - move more common code to ablk_init_commonJussi Kivilinna1-55/+15
2012-05-15crypto: aesni-intel - use crypto_[un]register_algsJussi Kivilinna1-420/+303
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-12/+12
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-12/+12
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen1-3/+9
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 64bytesTadeusz 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/git/tip/linux-2.6-tipLinus 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