summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/Kconfig
AgeCommit message (Expand)AuthorLines
2026-03-23lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers-22/+0
2026-03-23lib/crypto: arm64/ghash: Migrate optimized code into libraryEric Biggers-3/+2
2026-03-09lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into libraryEric Biggers-1/+1
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers-25/+1
2026-01-12crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct placesEric Biggers-1/+2
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers-10/+0
2025-11-11lib/crypto: arm64/polyval: Migrate optimized code into libraryEric Biggers-10/+0
2025-11-05lib/crypto: arm64/sha3: Migrate optimized code into libraryEric Biggers-11/+0
2025-08-30crypto: arm64/aes - use SHA-256 library instead of crypto_shashEric Biggers-0/+1
2025-07-14lib/crypto: arm64/sha1: Migrate optimized code into libraryEric Biggers-11/+0
2025-06-30lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to libraryEric Biggers-19/+0
2025-05-05crypto: arm64/sha256 - implement library instead of shashEric Biggers-19/+0
2025-04-28crypto: arm64 - move library functions to arch/arm64/lib/crypto/Eric Biggers-13/+0
2025-04-28crypto: arm64 - drop redundant dependencies on ARM64Eric Biggers-2/+2
2025-04-16crypto: arm64/poly1305 - remove redundant shash algorithmEric Biggers-6/+0
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu-2/+2
2025-04-07crypto: arm64/chacha - remove the skcipher algorithmsEric Biggers-7/+0
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu-2/+4
2024-12-01arm64/crc-t10dif: expose CRC-T10DIF function through libEric Biggers-10/+0
2024-01-26crypto: arm64/aes-ccm - Reuse existing MAC update for AAD inputArd Biesheuvel-0/+1
2023-12-08crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu-4/+2
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel-1/+1
2022-11-04crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang-0/+16
2022-11-04crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang-0/+16
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang-1/+3
2022-11-04crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang-0/+11
2022-09-24crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CELukas Bulwahn-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott-10/+99
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott-12/+65
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott-1/+6
2022-08-26crypto: Kconfig - sort the arm64 entriesRobert Elliott-53/+54
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott-9/+2
2022-06-30crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CEQian Cai-0/+1
2022-06-10crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVALNathan Huckleberry-0/+5
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry-2/+2
2022-04-15crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementationTianjia Zhang-2/+2
2022-04-08crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementationTianjia Zhang-0/+6
2022-04-08crypto: arm64/sm4 - add ARMv8 NEON implementationTianjia Zhang-0/+6
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld-2/+2
2022-01-28crypto: arm64/sm3-ce - make dependent on sm3 libraryTianjia Zhang-1/+1
2021-09-17crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel-4/+0
2021-09-17crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel-2/+0
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang-1/+1
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel-0/+6
2019-11-17crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel-0/+1
2019-11-17crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel-1/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers-4/+4
2019-07-26crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel-1/+1
2019-07-26crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel-1/+1
2019-07-26crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel-0/+1