index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-23
lib/crypto: s390/ghash: Migrate optimized code into library
Eric Biggers
2
-0
/
+55
2026-03-23
lib/crypto: riscv/ghash: Migrate optimized code into library
Eric Biggers
4
-0
/
+133
2026-03-23
lib/crypto: powerpc/ghash: Migrate optimized code into library
Eric Biggers
5
-5
/
+375
2026-03-23
lib/crypto: arm64/ghash: Migrate optimized code into library
Eric Biggers
3
-8
/
+283
2026-03-23
lib/crypto: arm/ghash: Migrate optimized code into library
Eric Biggers
4
-0
/
+254
2026-03-23
lib/crypto: tests: Add KUnit tests for GHASH
Eric Biggers
5
-0
/
+390
2026-03-23
lib/crypto: gf128hash: Add GHASH support
Eric Biggers
1
-13
/
+132
2026-03-23
lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functions
Eric Biggers
3
-4
/
+18
2026-03-23
lib/crypto: gf128hash: Rename polyval module to gf128hash
Eric Biggers
7
-42
/
+42
2026-03-23
lib: crypto: fix comments for count_leading_zeros()
Yury Norov
1
-4
/
+4
2026-03-19
lib/crypto: arm64: Drop checks for CONFIG_KERNEL_MODE_NEON
Eric Biggers
5
-39
/
+19
2026-03-19
lib/crypto: tests: Drop the default to CRYPTO_SELFTESTS
Eric Biggers
1
-13
/
+13
2026-03-19
lib/crypto: tests: Introduce CRYPTO_LIB_ENABLE_ALL_FOR_KUNIT
Eric Biggers
2
-21
/
+25
2026-03-17
lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-files
Eric Biggers
1
-0
/
+3
2026-03-14
lib/crypto: x86/sha256: PHE Extensions optimized SHA256 transform function
AlanSong-oc
1
-0
/
+25
2026-03-09
lib/crypto: aes: Add FIPS self-test for CMAC
Eric Biggers
2
-3
/
+37
2026-03-09
lib/crypto: tests: Add KUnit tests for CBC-based MACs
Eric Biggers
5
-0
/
+422
2026-03-09
lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
Eric Biggers
2
-11
/
+56
2026-03-09
lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
Eric Biggers
5
-1
/
+1294
2026-03-09
lib/crypto: aes: Add support for CBC-based MACs
Eric Biggers
2
-0
/
+208
2026-03-02
lib/crypto: tests: Add a .kunitconfig file
Eric Biggers
1
-0
/
+34
2026-02-28
lib/crypto: tests: Depend on library options rather than selecting them
Eric Biggers
1
-23
/
+12
2026-02-22
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-7
/
+7
2026-02-18
lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUs
Eric Biggers
1
-5
/
+7
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-46
/
+17
2026-02-03
lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly
Eric Biggers
1
-1
/
+0
2026-01-27
lib/crypto: sha1: Remove low-level functions from API
Eric Biggers
1
-46
/
+17
2026-01-15
lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sbox
Eric Biggers
1
-7
/
+3
2026-01-15
lib/crypto: aes: Remove old AES en/decryption functions
Eric Biggers
1
-112
/
+6
2026-01-15
lib/crypto: aesgcm: Use new AES library API
Eric Biggers
1
-6
/
+6
2026-01-15
lib/crypto: aescfb: Use new AES library API
Eric Biggers
1
-15
/
+15
2026-01-15
lib/crypto: x86/aes: Add AES-NI optimization
Eric Biggers
4
-0
/
+348
2026-01-15
lib/crypto: sparc/aes: Migrate optimized code into library
Eric Biggers
4
-0
/
+1694
2026-01-15
lib/crypto: s390/aes: Migrate optimized code into library
Eric Biggers
2
-0
/
+107
2026-01-12
lib/crypto: riscv/aes: Migrate optimized code into library
Eric Biggers
4
-0
/
+150
2026-01-12
lib/crypto: powerpc/aes: Migrate POWER8 optimized code into library
Eric Biggers
5
-2
/
+4070
2026-01-12
lib/crypto: powerpc/aes: Migrate SPE optimized code into library
Eric Biggers
8
-0
/
+1696
2026-01-12
lib/crypto: arm64/aes: Migrate optimized code into library
Eric Biggers
5
-0
/
+386
2026-01-12
lib/crypto: arm/aes: Migrate optimized code into library
Eric Biggers
4
-0
/
+261
2026-01-12
lib/crypto: aes: Introduce improved AES library
Eric Biggers
3
-58
/
+354
2026-01-12
lib/crypto: mldsa: Add FIPS cryptographic algorithm self-test
Eric Biggers
2
-0
/
+489
2026-01-12
lib/crypto: nh: Restore dependency of arch code on !KMSAN
Eric Biggers
1
-1
/
+1
2026-01-12
lib/crypto: md5: Use rol32() instead of open-coding it
Rusydi H. Makarim
1
-1
/
+1
2026-01-12
lib/crypto: x86/nh: Migrate optimized code into library
Eric Biggers
5
-0
/
+328
2026-01-12
lib/crypto: arm64/nh: Migrate optimized code into library
Eric Biggers
4
-0
/
+139
2026-01-12
lib/crypto: arm/nh: Migrate optimized code into library
Eric Biggers
4
-0
/
+151
2026-01-12
lib/crypto: tests: Add KUnit tests for NH
Eric Biggers
4
-0
/
+350
2026-01-12
lib/crypto: nh: Add NH library
Eric Biggers
3
-0
/
+100
[prev]
[next]