summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9286/1: crypto: Implement fused AES-CTR/GHASH version of GCMArd Biesheuvel2023-01-181-0/+2
* crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-111-1/+1
* crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-9/+31
* crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-29/+65
* crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-2/+15
* crypto: Kconfig - simplify public-key entriesRobert Elliott2022-08-261-1/+6
* crypto: Kconfig - sort the arm entriesRobert Elliott2022-08-261-55/+56
* crypto: Kconfig - submenus for arm and arm64Robert Elliott2022-08-261-9/+2
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-1/+1
* crypto: arm/aes-neonbs-cbc - Select generic cbc and aesHerbert Xu2022-03-251-0/+2
* crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers2021-01-031-0/+10
* crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers2021-01-031-0/+9
* compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-12/+24
|\
| * crypto: arm/curve25519 - wire up NEON implementationJason A. Donenfeld2019-11-171-0/+6
| * crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-171-0/+5
| * crypto: arm/chacha - expose ARM ChaCha routine as library functionArd Biesheuvel2019-11-171-0/+1
| * crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel2019-11-171-3/+1
| * crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-3/+3
| * crypto: arm - use Kconfig based compiler checks for crypto opcodesArd Biesheuvel2019-10-231-6/+8
* | crypto: arm/aes-ce - add dependency on AES libraryArd Biesheuvel2019-10-011-0/+1
|/
* crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-261-1/+1
* crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-11-201-0/+5
* crypto: arm/chacha - add XChaCha12 supportEric Biggers2018-11-201-1/+1
* crypto: arm/chacha20 - add XChaCha20 supportEric Biggers2018-11-201-1/+1
* crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers2018-11-091-0/+9
* crypto: arm/ghash-ce - implement support for 4-way aggregationArd Biesheuvel2018-09-041-0/+1
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-6/+0
* crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-02-221-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-041-2/+3
* crypto: arm/aes-neonbs - resolve fallback cipher at runtimeArd Biesheuvel2017-03-091-1/+1
* crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel2017-01-131-0/+1
* crypto: arm/aes - replace scalar AES cipherArd Biesheuvel2017-01-131-19/+1
* crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-131-0/+6
* Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu2016-12-281-6/+0
* crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2016-12-271-0/+6
* crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-071-0/+5
* crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel2016-12-071-0/+5
* crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu2016-11-301-3/+3
* crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-291-1/+1
* crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel2015-05-111-11/+4
* crypto: arm/sha256 - avoid sha256 code on ARMv7-MArnd Bergmann2015-04-131-0/+1
* crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-101-1/+1
* crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-101-1/+0
* crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen2015-04-031-0/+7
* crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-121-0/+10
* crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-121-0/+9
* crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-121-0/+9
* crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel2015-03-121-0/+10