summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto/Kconfig
AgeCommit message (Expand)Author
2024-01-26crypto: arm64/aes-ccm - Reuse existing MAC update for AAD inputArd Biesheuvel
2023-12-08crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-11-04crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang
2022-11-04crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang
2022-09-24crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott
2022-08-26crypto: Kconfig - sort the arm64 entriesRobert Elliott
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott
2022-06-30crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai
2022-06-10crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry
2022-04-15crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang
2022-04-08crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang
2022-04-08crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang
2021-09-17crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel
2021-09-17crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel
2019-11-17crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-07-26crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel
2019-07-26crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel
2019-07-26crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel
2019-07-26crypto: arm64/ghash - switch to AES libraryArd Biesheuvel
2018-12-13crypto: arm64/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers
2018-12-13crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers
2018-09-04crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld
2018-05-05crypto: arm64 - add support for SM4 encryption using special instructionsArd Biesheuvel
2018-03-16crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers
2018-01-26crypto: arm64/sm3 - new v8.2 Crypto Extensions implementationArd Biesheuvel
2018-01-26crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationArd Biesheuvel
2018-01-18crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-04crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel
2017-08-04crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel
2017-08-04crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel