index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
4
-282
/
+0
2025-06-30
lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
5
-418
/
+0
2025-06-30
crypto: sha512 - Rename conflicting symbols
Eric Biggers
1
-4
/
+4
2025-05-05
crypto: arm64/sha256 - Add simd block function
Herbert Xu
1
-3
/
+3
2025-05-05
crypto: arm64/sha256 - implement library instead of shash
Eric Biggers
6
-1267
/
+2
2025-05-05
crypto: arm64/sha256 - remove obsolete chunking logic
Eric Biggers
1
-17
/
+2
2025-04-28
crypto: arm64/polyval - Use API partial block handling
Herbert Xu
1
-53
/
+20
2025-04-28
crypto: arm64 - move library functions to arch/arm64/lib/crypto/
Eric Biggers
6
-1975
/
+1
2025-04-28
crypto: arm64 - drop redundant dependencies on ARM64
Eric Biggers
1
-2
/
+2
2025-04-26
crypto: arm64/sha1 - Set finalize for short finup
Herbert Xu
1
-1
/
+3
2025-04-23
crypto: arm64/sm4 - Use API partial block handling
Herbert Xu
1
-67
/
+31
2025-04-23
crypto: arm64/aes - Use API partial block handling
Herbert Xu
1
-81
/
+41
2025-04-23
crypto: arm64/sm3-neon - Use API partial block handling
Herbert Xu
1
-40
/
+8
2025-04-23
crypto: arm64/sm3-ce - Use API partial block handling
Herbert Xu
1
-40
/
+8
2025-04-23
crypto: arm/sha512 - Use API partial block handling
Herbert Xu
1
-17
/
+11
2025-04-23
crypto: arm64/sha512-ce - Use API partial block handling
Herbert Xu
1
-37
/
+12
2025-04-23
crypto: arm64/sha3-ce - Use API partial block handling
Herbert Xu
1
-63
/
+48
2025-04-23
crypto: arm64/sha256 - Use API partial block handling
Herbert Xu
1
-60
/
+37
2025-04-23
crypto: arm64/sha256-ce - Use API partial block handling
Herbert Xu
1
-72
/
+18
2025-04-23
crypto: arm64/sha1 - Use API partial block handling
Herbert Xu
1
-50
/
+18
2025-04-23
crypto: arm64/ghash - Use API partial block handling
Herbert Xu
1
-87
/
+56
2025-04-19
crypto: lib/poly1305 - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-19
crypto: lib/chacha - restore ability to remove modules
Eric Biggers
1
-0
/
+5
2025-04-16
crypto: arm64/poly1305 - remove redundant shash algorithm
Eric Biggers
2
-140
/
+6
2025-04-16
crypto: poly1305 - centralize the shash wrappers for arch code
Eric Biggers
1
-1
/
+8
2025-04-16
crypto: cbcmac - Set block size properly
Herbert Xu
2
-2
/
+2
2025-04-16
crypto: lib/sm3 - Move sm3 library into lib/crypto
Herbert Xu
1
-2
/
+2
2025-04-16
crypto: arm64/sha512 - Fix header inclusions
Herbert Xu
1
-3
/
+2
2025-04-07
crypto: arm64/chacha - remove the skcipher algorithms
Eric Biggers
3
-146
/
+7
2025-04-07
crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
1
-1
/
+7
2025-03-21
crypto: lib/chacha - remove unused arch-specific init support
Eric Biggers
1
-8
/
+2
2025-03-15
crypto: skcipher - Make skcipher_walk src.virt.addr const
Herbert Xu
1
-1
/
+2
2025-03-15
crypto: scatterwalk - Change scatterwalk_next calling convention
Herbert Xu
4
-17
/
+15
2025-03-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
1
-2
/
+4
2025-03-02
crypto: arm64 - use the new scatterwalk functions
Eric Biggers
4
-59
/
+32
2025-01-22
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
4
-614
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2
-2
/
+2
2024-12-01
arm64/crc-t10dif: expose CRC-T10DIF function through lib
Eric Biggers
4
-614
/
+0
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-220
/
+163
2024-11-15
crypto: arm64/crct10dif - Remove remaining 64x64 PMULL fallback code
Ard Biesheuvel
2
-194
/
+68
2024-11-15
crypto: arm64/crct10dif - Use faster 16x64 bit polynomial multiply
Ard Biesheuvel
1
-17
/
+104
2024-11-15
crypto: arm64/crct10dif - Remove obsolete chunking logic
Ard Biesheuvel
1
-24
/
+6
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
10
-10
/
+10
2024-08-17
crypto: arm64/poly1305 - move data to rodata section
Jia He
1
-1
/
+5
2024-08-06
Revert "crypto: arm64/poly1305 - move data to rodata section"
Herbert Xu
1
-3
/
+0
2024-08-02
crypto: arm64/poly1305 - move data to rodata section
Jia He
1
-0
/
+3
2024-06-21
crypto: arm64 - add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-05-31
crypto: arm64/crc10dif - Raise priority of NEON crct10dif implementation
Mark Brown
1
-1
/
+1
2024-04-26
crypto: arm64/aes-ce - Simplify round key load sequence
Ard Biesheuvel
2
-30
/
+24
2024-03-15
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-221
/
+200
[next]