aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-9/+14
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld4-9/+14
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds41-328/+318
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredEric Biggers1-1/+2
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2-0/+2476
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld3-0/+493
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-16/+41
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel1-11/+55
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-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2-8/+8
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby38-236/+236
2019-10-18x86/asm: Annotate aliasesJiri Slaby1-3/+2
2019-10-18x86/asm/crypto: Annotate local functionsJiri Slaby11-77/+68
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