Age | Commit message (Expand) | Author |
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 |
2018-01-26 | crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation | Ard Biesheuvel |
2018-01-26 | crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation | Ard Biesheuvel |
2018-01-18 | crypto: arm64 - implement SHA-512 using special instructions | Ard Biesheuvel |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-04 | crypto: arm64/gcm - implement native driver using v8 Crypto Extensions | Ard Biesheuvel |
2017-08-04 | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR | Ard Biesheuvel |
2017-08-04 | crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR | Ard Biesheuvel |
2017-08-04 | crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback | Ard Biesheuvel |
2017-08-04 | crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback | Ard Biesheuvel |
2017-08-04 | crypto: arm64/sha2-ce - add non-SIMD scalar fallback | Ard Biesheuvel |