summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner
2020-03-06crypto: x86/curve25519 - leave r12 as spare registerJason A. Donenfeld
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld
2020-02-13crypto: x86/curve25519 - replace with formally verified implementationJason A. Donenfeld
2020-01-22crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld
2020-01-22crypto: x86/poly1305 - fix .gitignore typoJason A. Donenfeld
2020-01-22crypto: x86/sha - Eliminate casts on asm implementationsKees Cook
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld
2020-01-16crypto: x86/poly1305 - import unmodified cryptogams implementationJason A. Donenfeld
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook
2019-12-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredEric Biggers
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm: Annotate aliasesJiri Slaby
2019-10-18x86/asm/crypto: Annotate local functionsJiri Slaby
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