aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAge
* crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel2019-09-09
* crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-05
* crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel2019-08-22
* crypto: x86/des - switch to library interfaceArd Biesheuvel2019-08-22
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-22
* crypto: 3des - move verification out of exported routineArd Biesheuvel2019-08-22
* crypto: ghash - add comment and improve help textEric Biggers2019-07-27
* crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-26
* crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-26
* crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-26
* crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-26
* crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-26
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-13
| * crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers2019-06-13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-05
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-06
|\
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
| * crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers2019-04-08
| * crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-22
| * crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers2019-03-22
| * crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers2019-03-22
| * crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers2019-03-22
| * crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers2019-03-22
| * crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers2019-03-22
| * crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers2019-03-22
| * crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers2019-03-22
* | crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-08
|/
* crypto: x86/poly1305 - Clear key material from stack in SSE2 variantTommi Hirvola2019-02-28
* crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers2019-02-08
* crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers2019-02-08
* crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers2019-02-08
* crypto: x86/crct10dif-pcl - cleanup and optimizationsEric Biggers2019-02-08
* crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static constEric Biggers2019-01-18
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-27
|\
| * crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers2018-12-22
| * crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson2018-12-22
| * crypto: aesni - Introduce partial block macroDave Watson2018-12-22
| * crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson2018-12-22
| * crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-12-22
| * crypto: aesni - Fill in new context data structuresDave Watson2018-12-22
| * crypto: aesni - Merge avx precompute functionsDave Watson2018-12-22
| * crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-12-22
| * crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-12-22
| * crypto: aesni - support 256 byte keys in avx asmDave Watson2018-12-22