aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn1-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-10/+99
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-12/+65
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-1/+6
2022-08-26crypto: Kconfig - sort the arm64 entriesRobert Elliott1-53/+54
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott1-9/+2
2022-06-30crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai1-0/+1
2022-06-10crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry1-0/+5
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry1-2/+2
2022-04-15crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang1-2/+2
2022-04-08crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang1-0/+6
2022-04-08crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang1-0/+6
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld1-2/+2
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang1-1/+1
2021-09-17crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel1-4/+0
2021-09-17crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel1-2/+0
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-1/+1
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-0/+6
2019-11-17crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel1-0/+1
2019-11-17crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel1-1/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-4/+4
2019-07-26crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel1-1/+1
2019-07-26crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel1-1/+1
2019-07-26crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel1-0/+1
2019-07-26crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel1-1/+1
2019-07-26crypto: arm64/ghash - switch to AES libraryArd Biesheuvel1-2/+1
2018-12-13crypto: arm64/chacha - add XChaCha12 supportEric Biggers1-1/+1
2018-12-13crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers1-1/+1
2018-12-13crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers1-0/+5
2018-09-04crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel1-5/+0
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-6/+0
2018-05-05crypto: arm64 - add support for SM4 encryption using special instructionsArd Biesheuvel1-0/+6
2018-03-16crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers1-0/+6
2018-01-26crypto: arm64/sm3 - new v8.2 Crypto Extensions implementationArd Biesheuvel1-0/+6
2018-01-26crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationArd Biesheuvel1-0/+6
2018-01-18crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel1-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: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel1-1/+3
2017-08-04crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel1-0/+1
2017-08-04crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel1-2/+4
2017-08-04crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel1-0/+1
2017-08-04crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel1-0/+1
2017-08-04crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel1-1/+2
2017-08-04crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel1-1/+2
2017-08-04crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel1-1/+2
2017-02-11crypto: arm64/crc32 - merge CRC32 and PMULL instruction based driversArd Biesheuvel1-7/+2
2017-02-03crypto: arm64/aes - replace scalar fallback with plain NEON fallbackArd Biesheuvel1-1/+1
2017-01-13crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel1-0/+7
2017-01-13crypto: arm64/aes - add scalar implementationArd Biesheuvel1-0/+4
2017-01-13crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel1-0/+6