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
/
include
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-19
Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
3
-16
/
+32
2026-08-10
lib/crypto: aes-cmac: Add zeroization functions
Thomas Huth
1
-0
/
+34
2026-08-10
crypto: af_alg - Replace 'bool privileged' with flags
Eric Biggers
1
-1
/
+5
2026-08-10
crypto: ecdsa - Fix typo in function documentation
Paul Louvel
1
-2
/
+2
2026-07-30
crypto: af_alg - clean up kernel-doc warnings
Randy Dunlap
1
-13
/
+17
2026-07-23
lib/crypto: aesgcm: Remove old AES-GCM library
Eric Biggers
1
-21
/
+0
2026-07-22
lib/crypto: aes: Add CCM support
Eric Biggers
1
-0
/
+266
2026-07-22
lib/crypto: aes: Add GCM support
Eric Biggers
2
-2
/
+262
2026-07-19
lib/crypto: aes: Add XTS support
Eric Biggers
1
-0
/
+94
2026-07-19
lib/crypto: aes: Add CTR and XCTR support
Eric Biggers
1
-0
/
+65
2026-07-19
lib/crypto: aes: Add CBC and CBC-CTS support
Eric Biggers
1
-0
/
+77
2026-07-19
lib/crypto: aes: Add ECB support
Eric Biggers
1
-0
/
+49
2026-07-19
crypto: xts - Split out __xts_verify_key() helper
Eric Biggers
1
-4
/
+14
2026-07-17
crypto: powerpc/aes - use bool for encryption/decryption flag
Thorsten Blum
1
-1
/
+1
2026-07-05
crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
Eric Biggers
1
-0
/
+8
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-10
/
+0
2026-06-16
Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
4
-350
/
+14
2026-06-11
crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512
Eric Biggers
1
-53
/
+0
2026-05-29
crypto: af_alg - Drop support for off-CPU cryptography
Demi Marie Obenour
1
-1
/
+13
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
1
-4
/
+1
2026-05-28
crypto: cipher - Remove crypto_clone_cipher()
Eric Biggers
1
-2
/
+0
2026-05-28
crypto: hash - Remove support for cloning hash tfms
Eric Biggers
1
-8
/
+0
2026-05-20
crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
David Howells
1
-3
/
+6
2026-05-07
crypto: drbg - Eliminate use of 'drbg_string' and lists
Eric Biggers
2
-39
/
+25
2026-05-07
crypto: drbg - Remove support for CTR_DRBG
Eric Biggers
1
-0
/
+3
2026-05-07
crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c
Eric Biggers
1
-181
/
+0
2026-05-07
crypto: drbg - Remove obsolete FIPS 140-2 continuous test
Eric Biggers
1
-2
/
+0
2026-05-07
crypto: drbg - Remove unhelpful helper functions
Eric Biggers
1
-76
/
+0
2026-05-07
crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels
Eric Biggers
1
-11
/
+7
2026-05-07
crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG
Eric Biggers
1
-18
/
+0
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
10
-73
/
+44
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-215
/
+385
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-20
/
+0
2026-04-12
crypto: geniv - Remove unused spinlock from struct aead_geniv_ctx
Herbert Xu
1
-2
/
+0
2026-04-03
crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS mode
Eric Biggers
1
-2
/
+13
2026-04-03
crypto: rng - Unexport "default RNG" symbols
Eric Biggers
1
-5
/
+0
2026-04-03
crypto: rng - Add crypto_stdrng_get_bytes()
Eric Biggers
1
-0
/
+13
2026-04-01
lib/crypto: arm64/aes: Remove obsolete chunking logic
Eric Biggers
1
-3
/
+3
2026-03-31
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
1
-3
/
+2
2026-03-30
lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnit
Eric Biggers
1
-2
/
+0
2026-03-27
crypto: remove HKDF library
Eric Biggers
1
-20
/
+0
2026-03-27
crypto: cryptd - Remove unused functions
Eric Biggers
1
-33
/
+0
2026-03-23
crypto: sm3 - Remove 'struct sm3_state'
Eric Biggers
1
-7
/
+0
2026-03-23
crypto: sm3 - Remove the original "sm3_block_generic()"
Eric Biggers
1
-2
/
+0
2026-03-23
crypto: sm3 - Remove sm3_base.h
Eric Biggers
1
-92
/
+0
2026-03-23
lib/crypto: sm3: Add SM3 library API
Eric Biggers
1
-10
/
+60
2026-03-23
crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]
Eric Biggers
1
-5
/
+0
2026-03-23
crypto: sm3 - Fold sm3_init() into its caller
Eric Biggers
2
-14
/
+11
2026-03-23
lib/crypto: aesgcm: Use GHASH library API
Eric Biggers
1
-2
/
+2
2026-03-23
lib/crypto: gf128hash: Remove unused content from ghash.h
Eric Biggers
2
-14
/
+1
[next]