summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/aes-ccm - Reuse existing MAC update for AAD inputArd Biesheuvel2024-01-261-0/+1
* crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu2023-12-081-4/+2
* crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-111-1/+1
* crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang2022-11-041-0/+16
* crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang2022-11-041-0/+16
* crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang2022-11-041-1/+3
* crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang2022-11-041-0/+11
* crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn2022-09-241-1/+1
* crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-10/+99
* crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-12/+65
* crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-1/+6
* crypto: Kconfig - sort the arm64 entriesRobert Elliott2022-08-261-53/+54
* crypto: Kconfig - submenus for arm and arm64Robert Elliott2022-08-261-9/+2
* crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai2022-06-301-0/+1
* crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry2022-06-101-0/+5
* crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-101-2/+2
* crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang2022-04-151-2/+2
* crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang2022-04-081-0/+6
* crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang2022-04-081-0/+6
* crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-081-2/+2
* crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang2022-01-281-1/+1
* crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel2021-09-171-4/+0
* crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel2021-09-171-2/+0
* crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2021-07-301-1/+1
* crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-171-0/+6
* crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel2019-11-171-0/+1
* crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-171-1/+1
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-4/+4
* crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel2019-07-261-1/+1
* crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel2019-07-261-1/+1
* crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-261-0/+1
* crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel2019-07-261-1/+1
* crypto: arm64/ghash - switch to AES libraryArd Biesheuvel2019-07-261-2/+1
* crypto: arm64/chacha - add XChaCha12 supportEric Biggers2018-12-131-1/+1
* crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers2018-12-131-1/+1
* crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-12-131-0/+5
* crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel2018-09-041-5/+0
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-6/+0
* crypto: arm64 - add support for SM4 encryption using special instructionsArd Biesheuvel2018-05-051-0/+6
* crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-03-161-0/+6
* crypto: arm64/sm3 - new v8.2 Crypto Extensions implementationArd Biesheuvel2018-01-261-0/+6
* crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationArd Biesheuvel2018-01-261-0/+6
* crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel2018-01-181-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-041-1/+3
* crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-041-0/+1
* crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-041-2/+4
* crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-041-0/+1
* crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2017-08-041-0/+1
* crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-1/+2