Age | Commit message (Expand) | Author |
2024-04-26 | crypto: arm64/aes-ce - Simplify round key load sequence | Ard Biesheuvel |
2024-03-15 | Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2024-02-24 | crypto: arm64/neonbs - fix out-of-bounds access on short input | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpers | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handling | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Cache round keys and unroll AES loops | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permute | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Pass short inputs via stack buffer | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk | Ard Biesheuvel |
2024-01-26 | crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop" | Ard Biesheuvel |
2023-12-08 | crypto: arm64/sm4 - Remove cfb(sm4) | Herbert Xu |
2023-10-20 | crypto: arm64/sha512 - clean up backwards function names | Eric Biggers |
2023-10-20 | crypto: arm64/sha256 - clean up backwards function names | Eric Biggers |
2023-10-20 | crypto: arm64/sha512-ce - clean up backwards function names | Eric Biggers |
2023-10-20 | crypto: arm64/sha2-ce - clean up backwards function names | Eric Biggers |
2023-10-20 | crypto: arm64/sha1-ce - clean up backwards function names | Eric Biggers |
2023-10-20 | crypto: arm64/nhpoly1305 - implement ->digest | Eric Biggers |
2023-10-20 | crypto: arm64/sha2-ce - implement ->digest for sha256 | Eric Biggers |
2023-08-11 | crypto: arm64/aes - remove Makefile hack | Masahiro Yamada |
2023-05-19 | crypto: arm64/sha256-glue - Include module.h | Herbert Xu |
2023-03-14 | crypto: arm64/aes-neonbs - fix crash with CFI enabled | Eric Biggers |
2023-02-10 | crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption | Herbert Xu |
2023-02-10 | crypto: arm64/sm4-ccm - Rewrite skcipher walker loop | Tianjia Zhang |
2023-02-10 | crypto: arm64/aes-ccm - Rewrite skcipher walker loop | Herbert Xu |
2023-01-20 | crypto: arm64/gcm - add RFC4106 support | Ard Biesheuvel |
2022-12-30 | crypto: arm64/sm4 - fix possible crash with CFI enabled | Tianjia Zhang |
2022-12-09 | crypto: arm64/ghash-ce - use frame_push/pop macros consistently | Ard Biesheuvel |
2022-12-09 | crypto: arm64/crct10dif - use frame_push/pop macros consistently | Ard Biesheuvel |
2022-12-09 | crypto: arm64/aes-modes - use frame_push/pop macros consistently | Ard Biesheuvel |
2022-12-09 | crypto: arm64/aes-neonbs - use frame_push/pop consistently | Ard Biesheuvel |
2022-12-02 | crypto: Prepare to move crypto_tfm_ctx | Herbert Xu |
2022-11-25 | crypto: arm64/sm3 - fix possible crash with CFI enabled | Eric Biggers |
2022-11-25 | crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapper | Eric Biggers |
2022-11-18 | crypto: arm64 - Fix unused variable compilation warnings of cpu_feature | Tianjia Zhang |
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 cmac/xcbc/cbcmac | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm4 - add CE implementation for XTS mode | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm4 - add CE implementation for CTS-CBC mode | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm4 - export reusable CE acceleration functions | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm4 - refactor and simplify CE implementation | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm4 - refactor and simplify NEON implementation | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm3 - add NEON assembly implementation | Tianjia Zhang |
2022-11-04 | crypto: arm64/sm3 - raise the priority of the CE implementation | Tianjia Zhang |
2022-10-10 | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2022-09-26 | arm64: Add types to indirect called assembly functions | Sami Tolvanen |
2022-09-24 | crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CE | Lukas Bulwahn |