aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel1-59/+29
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-1/+1
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel1-25/+66
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel1-55/+35
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel1-1/+1
2019-09-09crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel1-11/+6
2019-09-05crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede1-6/+6
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel8-17/+80
2019-08-22crypto: x86/des - switch to library interfaceArd Biesheuvel1-19/+23
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1
2019-08-22crypto: 3des - move verification out of exported routineArd Biesheuvel1-0/+4
2019-07-27crypto: ghash - add comment and improve help textEric Biggers1-2/+1
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel5-2113/+0
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel9-2726/+0
2019-07-26crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel4-621/+0
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel1-8/+7
2019-07-26crypto: aes - rename local routines to prevent future clashesArd Biesheuvel1-4/+4
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-39/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner8-32/+8
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers1-1/+1
2019-06-13crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers1-38/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner3-32/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner20-316/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner24-127/+24
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-794/+182
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-04-08crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2-12/+24
2019-04-08crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers1-8/+5
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers12-36/+44
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers3-95/+14
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers2-90/+7
2019-03-22crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers1-127/+30
2019-03-22crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers1-127/+30
2019-03-22crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers1-127/+30
2019-03-22crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers1-146/+15
2019-03-22crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers1-36/+7
2019-02-28crypto: x86/poly1305 - Clear key material from stack in SSE2 variantTommi Hirvola1-0/+4
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers1-5/+8
2019-02-08crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers2-48/+31
2019-02-08crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers3-69/+45
2019-02-08crypto: x86/crct10dif-pcl - cleanup and optimizationsEric Biggers2-559/+235
2019-01-18crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static constEric Biggers1-21/+13
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds14-2048/+3987
2018-12-23crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers1-13/+20
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson2-332/+198
2018-12-23crypto: aesni - Introduce partial block macroDave Watson1-6/+150
2018-12-23crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson1-43/+59
2018-12-23crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson1-4/+10