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-08-10
lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()
Thomas Huth
1
-2
/
+1
2026-08-10
lib/crypto: tests: Add KUnit test suite for AES-GCM
Eric Biggers
4
-0
/
+483
2026-08-10
lib/crypto: tests: Add KUnit test suite for AES-CCM
Eric Biggers
4
-0
/
+367
2026-08-10
lib/crypto: tests: Add aead-test-template.h
Eric Biggers
1
-0
/
+1039
2026-08-10
lib/crypto: tests: Use per-test-case buffers in hash tests
Eric Biggers
15
-241
/
+193
2026-08-10
lib/crypto: tests: Create test-utils.h
Eric Biggers
6
-99
/
+124
2026-08-10
lib/crypto: aes: Add FIPS self-tests for GCM and CCM
Eric Biggers
2
-10
/
+90
2026-08-10
lib/crypto: aes: Add FIPS self-tests for unauthenticated modes
Eric Biggers
2
-5
/
+210
2026-08-10
lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.h
Eric Biggers
7
-10
/
+26
2026-07-23
lib/crypto: aesgcm: Remove old AES-GCM library
Eric Biggers
3
-730
/
+0
2026-07-22
lib/crypto: aes: Add CCM support
Eric Biggers
3
-0
/
+322
2026-07-22
lib/crypto: aes: Add GCM support
Eric Biggers
3
-0
/
+290
2026-07-19
lib/crypto: aes: Add XTS support
Eric Biggers
3
-0
/
+238
2026-07-19
lib/crypto: aes: Add CTR and XCTR support
Eric Biggers
3
-0
/
+103
2026-07-19
lib/crypto: aes: Add CBC and CBC-CTS support
Eric Biggers
3
-0
/
+194
2026-07-19
lib/crypto: aes: Add ECB support
Eric Biggers
3
-0
/
+63
2026-07-09
crypto: aes - Fix conditions for selecting MAC dependencies
Eric Biggers
1
-2
/
+1
2026-07-05
lib/crypto: md5: Remove support for md5_mod_init_arch()
Eric Biggers
1
-14
/
+0
2026-06-11
lib/crypto: gf128hash: mark clmul32() as noinline_for_stack
Arnd Bergmann
1
-1
/
+1
2026-05-09
lib/crypto: powerpc/md5: Drop powerpc optimized MD5 code
Eric Biggers
5
-269
/
+7
2026-04-21
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2026-04-14
lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()
Lukas Wunner
1
-1
/
+1
2026-04-14
Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linux
Linus Torvalds
1
-4
/
+4
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
63
-1502
/
+6776
2026-04-01
lib/crypto: arm64: Assume a little-endian kernel
Eric Biggers
7
-65
/
+36
2026-04-01
lib/crypto: arm64/sha3: Remove obsolete chunking logic
Eric Biggers
2
-16
/
+7
2026-04-01
lib/crypto: arm64/sha512: Remove obsolete chunking logic
Eric Biggers
2
-18
/
+9
2026-04-01
lib/crypto: arm64/sha256: Remove obsolete chunking logic
Eric Biggers
2
-30
/
+13
2026-04-01
lib/crypto: arm64/sha1: Remove obsolete chunking logic
Eric Biggers
2
-20
/
+9
2026-04-01
lib/crypto: arm64/poly1305: Remove obsolete chunking logic
Eric Biggers
1
-10
/
+4
2026-04-01
lib/crypto: arm64/gf128hash: Remove obsolete chunking logic
Eric Biggers
1
-20
/
+4
2026-04-01
lib/crypto: arm64/chacha: Remove obsolete chunking logic
Eric Biggers
1
-12
/
+4
2026-04-01
lib/crypto: arm64/aes: Remove obsolete chunking logic
Eric Biggers
2
-27
/
+16
2026-03-31
lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>
Eric Biggers
3
-4
/
+4
2026-03-31
lib/crypto: aesgcm: Don't disable IRQs during AES block encryption
Eric Biggers
1
-22
/
+3
2026-03-31
lib/crypto: aescfb: Don't disable IRQs during AES block encryption
Eric Biggers
1
-22
/
+3
2026-03-30
lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnit
Eric Biggers
6
-760
/
+760
2026-03-30
lib/crypto: sparc: Drop optimized MD5 code
Eric Biggers
4
-120
/
+0
2026-03-30
lib/crypto: mips: Drop optimized MD5 code
Eric Biggers
2
-66
/
+0
2026-03-27
lib/crypto: chacha: Zeroize permuted_state before it leaves scope
Eric Biggers
1
-0
/
+4
2026-03-23
lib: Move crypto library tests to Runtime Testing menu
Eric Biggers
1
-6
/
+0
2026-03-23
crypto: sm3 - Remove the original "sm3_block_generic()"
Eric Biggers
1
-16
/
+3
2026-03-23
lib/crypto: x86/sm3: Migrate optimized code into library
Eric Biggers
4
-0
/
+557
2026-03-23
lib/crypto: riscv/sm3: Migrate optimized code into library
Eric Biggers
4
-0
/
+166
2026-03-23
lib/crypto: arm64/sm3: Migrate optimized code into library
Eric Biggers
5
-3
/
+790
2026-03-23
lib/crypto: tests: Add KUnit tests for SM3
Eric Biggers
5
-0
/
+273
2026-03-23
lib/crypto: sm3: Add SM3 library API
Eric Biggers
2
-19
/
+143
2026-03-23
lib/crypto: aesgcm: Use GHASH library API
Eric Biggers
2
-28
/
+29
2026-03-23
lib/crypto: gf128mul: Remove unused 4k_lle functions
Eric Biggers
1
-72
/
+1
2026-03-23
lib/crypto: x86/ghash: Migrate optimized code into library
Eric Biggers
3
-10
/
+185
[next]