index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
/
Kconfig
Age
Commit message (
Expand
)
Author
2025-07-14
lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
2025-06-30
lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2025-05-05
crypto: arm64/sha256 - implement library instead of shash
Eric Biggers
2025-04-28
crypto: arm64 - move library functions to arch/arm64/lib/crypto/
Eric Biggers
2025-04-28
crypto: arm64 - drop redundant dependencies on ARM64
Eric Biggers
2025-04-16
crypto: arm64/poly1305 - remove redundant shash algorithm
Eric Biggers
2025-04-16
crypto: lib/sm3 - Move sm3 library into lib/crypto
Herbert Xu
2025-04-07
crypto: arm64/chacha - remove the skcipher algorithms
Eric Biggers
2025-03-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
2024-12-01
arm64/crc-t10dif: expose CRC-T10DIF function through lib
Eric Biggers
2024-01-26
crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input
Ard Biesheuvel
2023-12-08
crypto: arm64/sm4 - Remove cfb(sm4)
Herbert Xu
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
2022-11-04
crypto: arm64/sm4 - add CE implementation for GCM mode
Tianjia Zhang
2022-11-04
crypto: arm64/sm4 - add CE implementation for CCM mode
Tianjia Zhang
2022-11-04
crypto: arm64/sm4 - add CE implementation for XTS mode
Tianjia Zhang
2022-11-04
crypto: arm64/sm3 - add NEON assembly implementation
Tianjia Zhang
2022-09-24
crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CE
Lukas Bulwahn
2022-08-26
crypto: Kconfig - simplify cipher entries
Robert Elliott
2022-08-26
crypto: Kconfig - simplify hash entries
Robert Elliott
2022-08-26
crypto: Kconfig - simplify CRC entries
Robert Elliott
2022-08-26
crypto: Kconfig - sort the arm64 entries
Robert Elliott
2022-08-26
crypto: Kconfig - submenus for arm and arm64
Robert Elliott
2022-06-30
crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE
Qian Cai
2022-06-10
crypto: arm64/polyval - Add PMULL accelerated implementation of POLYVAL
Nathan Huckleberry
2022-06-10
crypto: arm64/aes-xctr - Add accelerated implementation of XCTR
Nathan Huckleberry
2022-04-15
crypto: arm64/sm4 - Fix wrong dependency of NEON/CE implementation
Tianjia Zhang
2022-04-08
crypto: arm64/sm4 - add ARMv8 Crypto Extensions implementation
Tianjia Zhang
2022-04-08
crypto: arm64/sm4 - add ARMv8 NEON implementation
Tianjia Zhang
2022-04-08
crypto: sm3,sm4 - move into crypto directory
Jason A. Donenfeld
2022-01-28
crypto: arm64/sm3-ce - make dependent on sm3 library
Tianjia Zhang
2021-09-17
crypto: arm64/aes-ce - stop using SIMD helper for skciphers
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers
Ard Biesheuvel
2021-07-30
crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic
Tianjia Zhang
2019-11-17
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
2019-11-17
crypto: arm64/chacha - expose arm64 ChaCha routine as library function
Ard Biesheuvel
2019-11-17
crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
2019-07-26
crypto: arm64/aes-ce-cipher - use AES library as fallback
Ard Biesheuvel
2019-07-26
crypto: arm64/aes-ce - switch to library version of key expansion routine
Ard Biesheuvel
2019-07-26
crypto: arm64/aes-neonbs - switch to library version of key expansion routine
Ard Biesheuvel
2019-07-26
crypto: arm64/aes-ccm - switch to AES library
Ard Biesheuvel
2019-07-26
crypto: arm64/ghash - switch to AES library
Ard Biesheuvel
2018-12-13
crypto: arm64/chacha - add XChaCha12 support
Eric Biggers
2018-12-13
crypto: arm64/chacha20 - add XChaCha20 support
Eric Biggers
2018-12-13
crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305
Eric Biggers
2018-09-04
crypto: arm64/crc32 - remove PMULL based CRC32 driver
Ard Biesheuvel
2018-09-04
crypto: speck - remove Speck
Jason A. Donenfeld
2018-05-05
crypto: arm64 - add support for SM4 encryption using special instructions
Ard Biesheuvel
2018-03-16
crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS
Eric Biggers
[next]