index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
4
-221
/
+200
2024-02-24
crypto: arm64/neonbs - fix out-of-bounds access on short input
Ard Biesheuvel
1
-0
/
+11
2024-01-26
crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpers
Ard Biesheuvel
2
-38
/
+29
2024-01-26
crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handling
Ard Biesheuvel
1
-13
/
+13
2024-01-26
crypto: arm64/aes-ccm - Cache round keys and unroll AES loops
Ard Biesheuvel
1
-57
/
+38
2024-01-26
crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input
Ard Biesheuvel
4
-79
/
+43
2024-01-26
crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permute
Ard Biesheuvel
1
-21
/
+38
2024-01-26
crypto: arm64/aes-ccm - Pass short inputs via stack buffer
Ard Biesheuvel
1
-17
/
+40
2024-01-26
crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk
Ard Biesheuvel
1
-12
/
+10
2024-01-26
crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"
Ard Biesheuvel
1
-26
/
+31
2023-12-08
crypto: arm64/sm4 - Remove cfb(sm4)
Herbert Xu
6
-489
/
+4
2023-10-20
crypto: arm64/sha512 - clean up backwards function names
Eric Biggers
1
-7
/
+5
2023-10-20
crypto: arm64/sha256 - clean up backwards function names
Eric Biggers
1
-14
/
+12
2023-10-20
crypto: arm64/sha512-ce - clean up backwards function names
Eric Biggers
2
-17
/
+17
2023-10-20
crypto: arm64/sha2-ce - clean up backwards function names
Eric Biggers
2
-19
/
+20
2023-10-20
crypto: arm64/sha1-ce - clean up backwards function names
Eric Biggers
2
-14
/
+15
2023-10-20
crypto: arm64/nhpoly1305 - implement ->digest
Eric Biggers
1
-0
/
+9
2023-10-20
crypto: arm64/sha2-ce - implement ->digest for sha256
Eric Biggers
1
-0
/
+8
2023-08-11
crypto: arm64/aes - remove Makefile hack
Masahiro Yamada
3
-5
/
+3
2023-05-19
crypto: arm64/sha256-glue - Include module.h
Herbert Xu
1
-1
/
+2
2023-03-14
crypto: arm64/aes-neonbs - fix crash with CFI enabled
Eric Biggers
1
-4
/
+5
2023-02-10
crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption
Herbert Xu
1
-26
/
+25
2023-02-10
crypto: arm64/sm4-ccm - Rewrite skcipher walker loop
Tianjia Zhang
1
-20
/
+24
2023-02-10
crypto: arm64/aes-ccm - Rewrite skcipher walker loop
Herbert Xu
1
-31
/
+26
2023-01-20
crypto: arm64/gcm - add RFC4106 support
Ard Biesheuvel
1
-38
/
+107
2022-12-30
crypto: arm64/sm4 - fix possible crash with CFI enabled
Tianjia Zhang
2
-4
/
+6
2022-12-09
crypto: arm64/ghash-ce - use frame_push/pop macros consistently
Ard Biesheuvel
1
-5
/
+3
2022-12-09
crypto: arm64/crct10dif - use frame_push/pop macros consistently
Ard Biesheuvel
1
-3
/
+2
2022-12-09
crypto: arm64/aes-modes - use frame_push/pop macros consistently
Ard Biesheuvel
1
-22
/
+12
2022-12-09
crypto: arm64/aes-neonbs - use frame_push/pop consistently
Ard Biesheuvel
1
-9
/
+7
2022-12-02
crypto: Prepare to move crypto_tfm_ctx
Herbert Xu
3
-3
/
+3
2022-11-25
crypto: arm64/sm3 - fix possible crash with CFI enabled
Eric Biggers
1
-1
/
+2
2022-11-25
crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapper
Eric Biggers
2
-11
/
+5
2022-11-18
crypto: arm64 - Fix unused variable compilation warnings of cpu_feature
Tianjia Zhang
2
-2
/
+2
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
1
-1
/
+1
2022-11-04
crypto: arm64/sm4 - add CE implementation for GCM mode
Tianjia Zhang
4
-0
/
+1046
2022-11-04
crypto: arm64/sm4 - add CE implementation for CCM mode
Tianjia Zhang
4
-0
/
+650
2022-11-04
crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
Tianjia Zhang
2
-1
/
+336
2022-11-04
crypto: arm64/sm4 - add CE implementation for XTS mode
Tianjia Zhang
3
-2
/
+504
2022-11-04
crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
Tianjia Zhang
2
-0
/
+196
2022-11-04
crypto: arm64/sm4 - export reusable CE acceleration functions
Tianjia Zhang
2
-0
/
+21
2022-11-04
crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
Tianjia Zhang
2
-24
/
+24
2022-11-04
crypto: arm64/sm4 - refactor and simplify CE implementation
Tianjia Zhang
3
-400
/
+519
2022-11-04
crypto: arm64/sm4 - refactor and simplify NEON implementation
Tianjia Zhang
2
-346
/
+456
2022-11-04
crypto: arm64/sm3 - add NEON assembly implementation
Tianjia Zhang
4
-0
/
+717
2022-11-04
crypto: arm64/sm3 - raise the priority of the CE implementation
Tianjia Zhang
1
-1
/
+1
2022-10-10
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-69
/
+210
2022-09-26
arm64: Add types to indirect called assembly functions
Sami Tolvanen
2
-3
/
+5
2022-09-24
crypto: arm64 - revert unintended config name change for CRYPTO_SHA1_ARM64_CE
Lukas Bulwahn
1
-1
/
+1
2022-08-26
crypto: Kconfig - simplify cipher entries
Robert Elliott
1
-10
/
+99
[next]