aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-01-06crypto: x86/aria - implement aria-avx512Gravatar Taehee Yoo 1-0/+3
2023-01-06crypto: x86/aria - implement aria-avx2Gravatar Taehee Yoo 1-0/+3
2022-12-02crypto: x86/curve25519 - disable gcovGravatar Joe Fradley 1-0/+3
2022-09-24crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of ari...Gravatar Taehee Yoo 1-0/+3
2022-06-10crypto: blake2s - remove shash moduleGravatar Jason A. Donenfeld 1-3/+1
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALGravatar Nathan Huckleberry 1-0/+3
2022-01-28crypto: x86/sm3 - add AVX assembly implementationGravatar Tianjia Zhang 1-0/+3
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 1-1/+3
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationGravatar Tianjia Zhang 1-0/+3
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationGravatar Tianjia Zhang 1-0/+3
2021-04-19x86/crypto: Enable objtool in crypto codeGravatar Josh Poimboeuf 1-2/+0
2021-01-14crypto: x86 - remove glue helper moduleGravatar Ard Biesheuvel 1-2/+0
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Gravatar Jason A. Donenfeld 1-4/+2
2020-04-09crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Gravatar Masahiro Yamada 1-2/+0
2020-04-09crypto: x86 - rework configuration based on KconfigGravatar Jason A. Donenfeld 1-87/+65
2020-04-09x86: remove always-defined CONFIG_AS_AVXGravatar Masahiro Yamada 1-20/+12
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportGravatar Jason A. Donenfeld 1-1/+6
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelGravatar Jason A. Donenfeld 1-2/+9
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsGravatar Jason A. Donenfeld 1-0/+1
2019-11-17crypto: blake2s - x86_64 SIMD implementationGravatar Jason A. Donenfeld 1-0/+2
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsGravatar Ard Biesheuvel 1-4/+0
2019-07-26crypto: morus - remove generic and x86 implementationsGravatar Ard Biesheuvel 1-13/+0
2019-07-26crypto: x86/aes - drop scalar assembler implementationsGravatar Ard Biesheuvel 1-4/+0
2018-12-13crypto: x86/chacha20 - refactor to allow varying number of roundsGravatar Eric Biggers 1-4/+4
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Gravatar Eric Biggers 1-0/+3
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Gravatar Eric Biggers 1-0/+4
2018-11-29crypto: x86/chacha20 - Add a 8-block AVX-512VL variantGravatar Martin Willi 1-0/+5
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeGravatar Ard Biesheuvel 1-1/+1
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdGravatar Ard Biesheuvel 1-3/+0
2018-05-31crypto: x86/salsa20 - remove x86 salsa20 implementationsGravatar Eric Biggers 1-4/+0
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificGravatar Ondrej Mosnacek 1-0/+3
2018-05-19crypto: x86 - Add optimized MORUS implementationsGravatar Ondrej Mosnacek 1-0/+10
2018-05-19crypto: x86 - Add optimized AEGIS implementationsGravatar Ondrej Mosnacek 1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistGravatar Josh Poimboeuf 1-0/+2
2016-06-28crypto: sha512-mb - SHA512 multibuffer job manager and glue codeGravatar Megha Dey 1-0/+1
2016-06-27crypto: sha1-mb - rename sha-mb to sha1-mbGravatar Megha Dey 1-1/+1
2016-06-27crypto: sha256-mb - SHA256 multibuffer job manager and glue codeGravatar Megha Dey 1-0/+1
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...Gravatar tim 1-0/+8
2015-07-17crypto: poly1305 - Add a four block AVX2 variant for x86_64Gravatar Martin Willi 1-0/+1
2015-07-17crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Gravatar Martin Willi 1-0/+2
2015-07-17crypto: chacha20 - Add an eight block AVX2 variant for x86_64Gravatar Martin Willi 1-0/+1
2015-07-17crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Gravatar Martin Willi 1-0/+2
2015-01-05crypto: sha-mb - Add avx2_supported check.Gravatar Vinson Lee 1-1/+1
2014-08-25crypto: sha-mb - SHA1 multibuffer job manager and glue codeGravatar Tim Chen 1-0/+1
2014-06-20crypto: aes - AES CTR x86_64 "by8" AVX optimizationGravatar chandramouli narayanan 1-1/+1
2014-06-20crypto: des_3des - add x86-64 assembly implementationGravatar Jussi Kivilinna 1-0/+2
2014-03-21crypto: sha - SHA1 transform x86_64 AVX2Gravatar chandramouli narayanan 1-0/+3
2014-01-15crypto: aesni - fix build on x86 (32bit)Gravatar Tim Chen 1-1/+1
2013-12-31crypto: aesni - fix build on x86 (32bit)Gravatar Andy Shevchenko 1-1/+2