aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/crypto/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-18ARM: 9286/1: crypto: Implement fused AES-CTR/GHASH version of GCMArd Biesheuvel1-0/+2
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-9/+31
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-29/+65
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-2/+15
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott1-1/+6
2022-08-26crypto: Kconfig - sort the arm entriesRobert Elliott1-55/+56
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott1-9/+2
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-1/+1
2022-03-25crypto: arm/aes-neonbs-cbc - Select generic cbc and aesHerbert Xu1-0/+2
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers1-0/+10
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers1-0/+9
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon1-6/+6
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+24
2019-11-17crypto: arm/curve25519 - wire up NEON implementationJason A. Donenfeld1-0/+6
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-0/+5
2019-11-17crypto: arm/chacha - expose ARM ChaCha routine as library functionArd Biesheuvel1-0/+1
2019-11-17crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel1-3/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-3/+3
2019-10-23crypto: arm - use Kconfig based compiler checks for crypto opcodesArd Biesheuvel1-6/+8
2019-10-01crypto: arm/aes-ce - add dependency on AES libraryArd Biesheuvel1-0/+1
2019-07-26crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel1-1/+1
2018-11-20crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers1-0/+5
2018-11-20crypto: arm/chacha - add XChaCha12 supportEric Biggers1-1/+1
2018-11-20crypto: arm/chacha20 - add XChaCha20 supportEric Biggers1-1/+1
2018-11-09crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers1-0/+9
2018-09-04crypto: arm/ghash-ce - implement support for 4-way aggregationArd Biesheuvel1-0/+1
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-6/+0
2018-02-22crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-04crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel1-2/+3
2017-03-09crypto: arm/aes-neonbs - resolve fallback cipher at runtimeArd Biesheuvel1-1/+1
2017-01-13crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel1-0/+1
2017-01-13crypto: arm/aes - replace scalar AES cipherArd Biesheuvel1-19/+1
2017-01-13crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel1-0/+6
2016-12-28Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu1-6/+0
2016-12-27crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel1-0/+6
2016-12-07crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel1-0/+5
2016-12-07crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel1-0/+5
2016-11-30crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu1-3/+3
2016-11-29crypto: arm/aes - Select SIMD in KconfigHerbert Xu1-1/+1
2015-05-11crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel1-11/+4
2015-04-13crypto: arm/sha256 - avoid sha256 code on ARMv7-MArnd Bergmann1-0/+1
2015-04-10crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel1-1/+1
2015-04-10crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel1-1/+0
2015-04-03crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen1-0/+7
2015-03-12crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+10
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+9
2015-03-12crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+9
2015-03-12crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel1-0/+10