summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUsEric Biggers2024-04-051-1/+2
* crypto: x86/aria - implement aria-avx512Taehee Yoo2023-01-061-0/+3
* crypto: x86/aria - implement aria-avx2Taehee Yoo2023-01-061-0/+3
* crypto: x86/curve25519 - disable gcovJoe Fradley2022-12-021-0/+3
* crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of ari...Taehee Yoo2022-09-241-0/+3
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-3/+1
* crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-101-0/+3
* crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang2022-01-281-0/+3
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-071-1/+3
* crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang2021-08-271-0/+3
* crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang2021-07-301-0/+3
* x86/crypto: Enable objtool in crypto codeJosh Poimboeuf2021-04-191-2/+0
* crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-141-2/+0
* x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-091-4/+2
* crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada2020-04-091-2/+0
* crypto: x86 - rework configuration based on KconfigJason A. Donenfeld2020-04-091-87/+65
* x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-091-20/+12
* crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld2020-03-051-1/+6
* crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld2020-01-161-2/+9
* crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2019-11-171-0/+1
* crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-171-0/+2
* crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-261-4/+0
* crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-261-13/+0
* crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-261-4/+0
* crypto: x86/chacha20 - refactor to allow varying number of roundsEric Biggers2018-12-131-4/+4
* crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers2018-12-131-0/+3
* crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers2018-12-131-0/+4
* crypto: x86/chacha20 - Add a 8-block AVX-512VL variantMartin Willi2018-11-291-0/+5
* crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel2018-10-051-1/+1
* crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel2018-09-041-3/+0
* crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-311-4/+0
* crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-311-0/+3
* crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-191-0/+10
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-191-0/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+2
* crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey2016-06-281-0/+1
* crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey2016-06-271-1/+1
* crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey2016-06-271-0/+1
* crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim2015-09-211-0/+8
* crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-171-0/+1
* crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-171-0/+2
* crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-171-0/+1
* crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-171-0/+2
* crypto: sha-mb - Add avx2_supported check.Vinson Lee2015-01-051-1/+1
* crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen2014-08-251-0/+1
* crypto: aes - AES CTR x86_64 "by8" AVX optimizationchandramouli narayanan2014-06-201-1/+1
* crypto: des_3des - add x86-64 assembly implementationJussi Kivilinna2014-06-201-0/+2
* crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan2014-03-211-0/+3
* crypto: aesni - fix build on x86 (32bit)Tim Chen2014-01-151-1/+1