aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld11-52/+6
2020-04-09crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada1-2/+0
2020-04-09crypto: x86 - rework configuration based on KconfigJason A. Donenfeld1-87/+65
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada11-77/+19
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada1-2/+0
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2254/+1292
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar5-5/+5
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner5-5/+5
2020-03-06crypto: x86/curve25519 - leave r12 as spare registerJason A. Donenfeld1-55/+55
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld1-1/+6
2020-02-13crypto: x86/curve25519 - replace with formally verified implementationJason A. Donenfeld1-2254/+1292
2020-01-22crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld1-6/+2
2020-01-22crypto: x86/poly1305 - fix .gitignore typoJason A. Donenfeld1-1/+1
2020-01-22crypto: x86/sha - Eliminate casts on asm implementationsKees Cook11-102/+102
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld6-1576/+571
2020-01-16crypto: x86/poly1305 - import unmodified cryptogams implementationJason A. Donenfeld1-0/+4159
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2-21/+214
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-6/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers11-44/+19
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook12-315/+290
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