summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2021-03-20crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel
2021-03-20crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak
2021-03-20crypto: x86 - Regularize glue function prototypesKees Cook
2021-03-04crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel
2020-11-01crypto: x86/crc32c - fix building with clang iasArnd Bergmann
2020-08-19crypto: aesni - add compatibility with IASJian Cai
2020-08-19crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek
2020-05-14crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld
2019-09-09crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel
2019-09-05crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel
2019-08-22crypto: x86/des - switch to library interfaceArd Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: 3des - move verification out of exported routineArd Biesheuvel
2019-07-27crypto: ghash - add comment and improve help textEric Biggers
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel
2019-07-26crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-08crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-04-08crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers
2019-02-28crypto: x86/poly1305 - Clear key material from stack in SSE2 variantTommi Hirvola
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers
2019-02-08crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-02-08crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-02-08crypto: x86/crct10dif-pcl - cleanup and optimizationsEric Biggers
2019-01-18crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static constEric Biggers
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-23crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson