summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
AgeCommit message (Expand)Author
2017-09-22crypto: aesni - Use GCM IV size constantCorentin LABBE
2017-09-22crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 st...Colin Ian King
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-05-18crypto: aesni - add generic gcm(aes)Sabrina Dubroca
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-02-03crypto: aesni - Fix failure when pcbc module is absentHerbert Xu
2016-12-30crypto: aesni - Fix failure when built-in with modular pcbcHerbert Xu
2016-12-27crypto: aesni-intel - RFC4106 can zero copy when !PageHighMemIlya Lesokhin
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu
2016-11-11crypto: aesni: shut up -Wmaybe-uninitialized warningArnd Bergmann
2016-07-01crypto: aesni - Use crypto_cipher to derive rfc4106 subkeyHerbert Xu
2016-06-23crypto: aesni - Fix cryptd reordering problem on gcmHerbert Xu
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-07-14crypto: aesni - Use new IV conventionHerbert Xu
2015-06-29crypto: aesni - fix failing setkey for rfc4106-gcm-aesniTadeusz Struk
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-06-03crypto: aesni - Convert rfc4106 to new AEAD interfaceHerbert Xu
2015-06-03crypto: aesni - Convert top-level rfc4106 algorithm to new interfaceHerbert Xu
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar
2015-05-13crypto: aesni - Use crypto_aead_set_reqsize helperHerbert Xu
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-03-31crypto: aesni - mark AES-NI helper ciphersStephan Mueller
2015-03-13crypto: aesni - fix memory usage in GCM decryptionStephan Mueller
2015-02-28crypto: aesni - make driver-gcm-aes-aesni helper a proper aead algTadeusz Struk
2015-01-14crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2014-11-06crypto: aesni - remove unnecessary #defineValentin Rothberg
2014-10-02Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause
2014-09-24crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause
2014-06-20crypto: aes - AES CTR x86_64 "by8" AVX optimizationchandramouli narayanan
2013-12-31crypto: aesni - fix build on x86 (32bit)Andy Shevchenko
2013-12-20crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decodeTim Chen
2013-12-20crypto: arch - use crypto_memneq instead of memcmpDaniel Borkmann
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel
2013-04-25crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna
2013-01-08crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-modu...Jussi Kivilinna
2012-10-18crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage a...Jussi Kivilinna
2012-08-20crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna
2012-07-11crypto: aesni-intel - fix wrong kfree pointerMilan Broz
2012-06-27crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna
2012-05-15crypto: aesni-intel - move more common code to ablk_init_commonJussi Kivilinna
2012-05-15crypto: aesni-intel - use crypto_[un]register_algsJussi Kivilinna
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen