index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
Kconfig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
Eric Biggers
1
-1
/
+1
2025-10-22
lib/crypto: poly1305: Restore dependency of arch code on !KMSAN
Eric Biggers
1
-1
/
+1
2025-09-06
lib/crypto: curve25519: Consolidate into single module
Eric Biggers
1
-24
/
+13
2025-08-29
lib/crypto: blake2s: Consolidate into single C translation unit
Eric Biggers
1
-23
/
+6
2025-08-29
lib/crypto: chacha: Consolidate into single module
Eric Biggers
1
-34
/
+13
2025-08-29
lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation
Zhihang Shao
1
-1
/
+2
2025-08-29
lib/crypto: poly1305: Consolidate into single module
Eric Biggers
1
-23
/
+27
2025-08-26
lib/crypto: sparc/md5: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-08-26
lib/crypto: powerpc/md5: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-08-26
lib/crypto: mips/md5: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-08-26
lib/crypto: md5: Add MD5 and HMAC-MD5 library functions
Eric Biggers
1
-0
/
+10
2025-08-14
lib/crypto: sha: Update Kconfig help for SHA1 and SHA256
Eric Biggers
1
-5
/
+5
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256
Eric Biggers
1
-0
/
+2
2025-07-14
lib/crypto: x86/sha1: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-07-14
lib/crypto: sparc/sha1: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-07-14
lib/crypto: s390/sha1: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-07-14
lib/crypto: powerpc/sha1: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-07-14
lib/crypto: mips/sha1: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-07-14
lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-07-14
lib/crypto: arm/sha1: Migrate optimized code into library
Eric Biggers
1
-0
/
+1
2025-07-14
lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
1
-0
/
+7
2025-07-08
lib/crypto: hash_info: Move hash_info.c into lib/crypto/
Eric Biggers
1
-0
/
+3
2025-07-04
lib/crypto: sha256: Consolidate into single module
Eric Biggers
1
-16
/
+10
2025-07-04
lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
1
-8
/
+0
2025-06-30
lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: x86/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
1
-0
/
+1
2025-06-30
lib/crypto: sparc/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
1
-0
/
+1
2025-06-30
lib/crypto: s390/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
1
-0
/
+1
2025-06-30
lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
1
-0
/
+1
2025-06-30
lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
1
-0
/
+1
2025-06-30
lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
1
-0
/
+1
2025-06-30
lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
1
-0
/
+1
2025-06-30
lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support
Eric Biggers
1
-2
/
+3
2025-06-30
lib/crypto: sha512: Add support for SHA-384 and SHA-512
Eric Biggers
1
-0
/
+10
2025-05-05
crypto: lib/sha256 - Add helpers for block-based shash
Herbert Xu
1
-0
/
+8
2025-05-05
crypto: sparc/sha256 - implement library instead of shash
Eric Biggers
1
-0
/
+3
2025-05-05
crypto: sha256 - support arch-optimized lib and expose through shash
Eric Biggers
1
-0
/
+19
2025-04-28
crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTO
Eric Biggers
1
-11
/
+5
2025-04-28
crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
Eric Biggers
1
-11
/
+5
2025-04-28
crypto: x86 - move library functions to arch/x86/lib/crypto/
Eric Biggers
1
-0
/
+3
2025-04-28
crypto: s390 - move library functions to arch/s390/lib/crypto/
Eric Biggers
1
-0
/
+3
2025-04-28
crypto: riscv - move library functions to arch/riscv/lib/crypto/
Eric Biggers
1
-0
/
+3
2025-04-28
crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
Eric Biggers
1
-0
/
+3
[next]