- 72ff2bf crypto: aesni - xts_crypt() return if walk.nbytes is 0 by Shreyansh Chouhan · 3 years, 5 months ago
- 821720b crypto: x86/aes-ni - add missing error checks in XTS code by Ard Biesheuvel · 3 years, 6 months ago
- 65d1e3c crypto: aesni - release FPU during skcipher walk API calls by Ard Biesheuvel · 4 years ago
- 64a49b8 crypto: aesni - replace CTR function pointer with static call by Ard Biesheuvel · 4 years ago
- d6cbf4e crypto: aesni - replace function pointers with static branches by Ard Biesheuvel · 4 years ago
- 83c83e6 crypto: aesni - refactor scatterlist processing by Ard Biesheuvel · 4 years ago
- 2694e23 crypto: aesni - clean up mapping of associated data by Ard Biesheuvel · 4 years ago
- 30f2c18 crypto: aesni - drop unused asm prototypes by Ard Biesheuvel · 4 years ago
- a13ed1d crypto: aesni - prevent misaligned buffers on the stack by Ard Biesheuvel · 4 years ago
- 2481104 crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper by Ard Biesheuvel · 4 years ago
- 86ad60a crypto: x86/aes-ni-xts - use direct calls to and 4-way stride by Ard Biesheuvel · 4 years ago
- ddf169a crypto: aesni - implement support for cts(cbc(aes)) by Ard Biesheuvel · 4 years, 1 month ago
- e6abef6 x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 by Jason A. Donenfeld · 4 years, 10 months ago
- 4225157 x86: remove always-defined CONFIG_AS_AVX by Masahiro Yamada · 4 years, 10 months ago
- f30cfac crypto: Convert to new CPU match macros by Thomas Gleixner · 4 years, 10 months ago
- 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
- 9c1e883 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
- f6680cb crypto: x86/aes-ni - use AES library instead of single-use AES cipher by Ard Biesheuvel · 5 years ago
- 8ce5fac crypto: x86/xts - implement support for ciphertext stealing by Ard Biesheuvel · 5 years ago
- 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 6 years ago
- 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 6 years ago
- 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- 0726955 crypto: x86/aesni - remove unused internal cipher algorithm by Eric Biggers · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- f2abe0d crypto: x86 - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
- 149e122 crypto: x86/aesni - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
- 8b56d34 crypto: x86/aesni - convert to use skcipher SIMD bulk registration by Eric Biggers · 6 years ago
- 3af3496 crypto: x86/aesni-gcm - fix crash on empty plaintext by Eric Biggers · 6 years ago
- 793ff5f crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static const by Eric Biggers · 6 years ago
- 603f8c3 crypto: aesni - Add scatter/gather avx stubs, and use them in C by Dave Watson · 6 years ago
- 38003cd crypto: aesni - Split AAD hash calculation to separate macro by Dave Watson · 6 years ago
- 5350b0f crypto: aesni - support 256 byte keys in avx asm by Dave Watson · 6 years ago
- de85fc4 crypto: aesni - Introduce gcm_context_data by Dave Watson · 6 years ago
- e0db9c48 crypto: x86/aes-ni - fix build error following fpu template removal by Eric Biggers · 6 years ago
- 944585a crypto: x86/aes-ni - remove special handling of AES in PCBC mode by Ard Biesheuvel · 6 years ago
- a7888481 crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross a page in gcm by Mikulas Patocka · 6 years ago
- e845520 crypto: aesni - Update aesni-intel_glue to use scatter/gather by Dave Watson · 7 years ago
- fb8986e crypto: aesni - Introduce scatter/gather asm function stubs by Dave Watson · 7 years ago
- 9ee4a5d crypto: aesni - Introduce gcm_context_data by Dave Watson · 7 years ago
- 9c674e1e crypto: aesni - handle zero length dst buffer by Stephan Mueller · 7 years ago
- fc8517b crypto: aesni - add wrapper for generic gcm(aes) by Sabrina Dubroca · 7 years ago
- 106840c crypto: aesni - fix typo in generic_gcmaes_decrypt by Sabrina Dubroca · 7 years ago
- 46d9374 crypto: aesni - Use GCM IV size constant by Corentin LABBE · 7 years ago
- 1c9fa29 crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 static by Colin Ian King · 7 years ago
- 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
- cce2ea8 crypto: aesni - add generic gcm(aes) by Sabrina Dubroca · 8 years ago
- 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
- c268199 crypto: aesni - Fix failure when pcbc module is absent by Herbert Xu · 8 years ago
- 07825f0 crypto: aesni - Fix failure when built-in with modular pcbc by Herbert Xu · 8 years ago
- 50fb570 crypto: aesni-intel - RFC4106 can zero copy when !PageHighMem by Ilya Lesokhin · 8 years ago
- 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- 8567186 crypto: aesni - Convert to skcipher by Herbert Xu · 8 years ago
- beae2c9 crypto: aesni: shut up -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
- 02fa472 crypto: aesni - Use crypto_cipher to derive rfc4106 subkey by Herbert Xu · 9 years ago
- 38b2f68 crypto: aesni - Fix cryptd reordering problem on gcm by Herbert Xu · 9 years ago
- da154e8 x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 9 years ago
- 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
- e9b8d2c crypto: aesni - Use new IV convention by Herbert Xu · 10 years ago
- 0fbafd0 crypto: aesni - fix failing setkey for rfc4106-gcm-aesni by Tadeusz Struk · 10 years ago
- 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
- b7c89d9 crypto: aesni - Convert rfc4106 to new AEAD interface by Herbert Xu · 10 years ago
- af05b300 crypto: aesni - Convert top-level rfc4106 algorithm to new interface by Herbert Xu · 10 years ago
- df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
- a5a2b4d crypto: aesni - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
- cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
- eabdc32 crypto: aesni - mark AES-NI helper ciphers by Stephan Mueller · 10 years ago
- ccfe8c3 crypto: aesni - fix memory usage in GCM decryption by Stephan Mueller · 10 years ago
- 81e397d crypto: aesni - make driver-gcm-aes-aesni helper a proper aead alg by Tadeusz Struk · 10 years ago
- e31ac32 crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 by Timothy McCaffrey · 10 years ago
- 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
- 304576a crypto: aesni - remove unnecessary #define by Valentin Rothberg · 10 years ago
- 5cfed7b Revert "crypto: aesni - disable "by8" AVX CTR optimization" by Mathias Krause · 10 years ago
- 7da4b29 crypto: aesni - disable "by8" AVX CTR optimization by Mathias Krause · 10 years ago
- 22cddcc crypto: aes - AES CTR x86_64 "by8" AVX optimization by chandramouli narayanan · 11 years ago
- 8610d7b crypto: aesni - fix build on x86 (32bit) by Andy Shevchenko · 11 years ago
- d764593 crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode by Tim Chen · 11 years ago
- fed2861 crypto: arch - use crypto_memneq instead of memcmp by Daniel Borkmann · 11 years ago
- 801201a crypto: move x86 to the generic version of ablk_helper by Ard Biesheuvel · 11 years ago
- c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 12 years ago
- 0024dc5 crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead by Jussi Kivilinna · 12 years ago
- 32bec97 crypto: aesni - fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc() by Jussi Kivilinna · 12 years ago
- 023af60 crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines by Jussi Kivilinna · 12 years ago
- 7af6c245 crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations by Jussi Kivilinna · 12 years ago
- bf084d8 crypto: aesni-intel - fix wrong kfree pointer by Milan Broz · 13 years ago
- 70ef260 crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/ by Jussi Kivilinna · 13 years ago
- a9629d7 crypto: aes_ni - change to use shared ablk_* functions by Jussi Kivilinna · 13 years ago
- ef45b83 crypto: aesni-intel - move more common code to ablk_init_common by Jussi Kivilinna · 13 years ago
- fa46ccb crypto: aesni-intel - use crypto_[un]register_algs by Jussi Kivilinna · 13 years ago
- 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
- 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
- 3bd391f crypto: Add support for x86 cpuid auto loading for x86 crypto drivers by Andi Kleen · 13 years ago
- 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 14 years ago
- 9bed4ac crypto: aesni-intel - fix aesni build on i386 by Randy Dunlap · 14 years ago
- b23b645 crypto: aesni-intel - Merge with fpu.ko by Andy Lutomirski · 14 years ago
- 60af520 crypto: aesni-intel - fixed problem with packets that are not multiple of 64bytes by Tadeusz Struk · 14 years ago
- fc9044e2 crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key by Jesper Juhl · 14 years ago
- 7efd95f6 crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkey by Jesper Juhl · 14 years ago
- 559ad0f crypto: aesni-intel - Fixed build error on x86-32 by Mathias Krause · 14 years ago
- 0d258ef crypto: aesni-intel - Ported implementation to x86-32 by Mathias Krause · 14 years ago