index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
crypto: sha1 - Wrap library and add HMAC support
Eric Biggers
5
-89
/
+144
2025-07-10
crypto: zstd - replace zero-length array with flexible array member
Thorsten Blum
1
-1
/
+1
2025-07-10
crypto: zstd - fix duplicate check warning
Suman Kumar Chakraborty
1
-3
/
+2
2025-07-09
lib/raid6: replace custom zero page with ZERO_PAGE
Herbert Xu
2
-3
/
+3
2025-07-08
lib/crypto: hash_info: Move hash_info.c into lib/crypto/
Eric Biggers
3
-67
/
+0
2025-07-07
crypto: jitter - fix intermediary handling
Markus Theil
1
-4
/
+5
2025-07-04
crypto: sha256 - Use same state format as legacy drivers
Eric Biggers
1
-0
/
+95
2025-07-04
crypto: sha256 - Wrap library and add HMAC support
Eric Biggers
4
-161
/
+142
2025-07-04
lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
1
-8
/
+8
2025-06-30
crypto/crc32[c]: register only "-lib" drivers
Eric Biggers
4
-122
/
+13
2025-06-30
crypto: testmgr - remove crc32c context format test
Eric Biggers
1
-54
/
+1
2025-06-30
crypto: sha512 - Use same state format as legacy drivers
Eric Biggers
1
-0
/
+96
2025-06-30
crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library
Eric Biggers
5
-219
/
+272
2025-06-26
crypto: testmgr - Enable phmac selftest
Harald Freudenberger
1
-0
/
+30
2025-06-26
crypto: ahash - make hash walk functions from ahash.c public
Harald Freudenberger
1
-21
/
+5
2025-06-23
crypto: testmgr - Restore sha384 and hmac_sha384 drbgs in FIPS mode
Jeff Barnes
1
-0
/
+4
2025-06-23
crypto: zstd - convert to acomp
Suman Kumar Chakraborty
1
-120
/
+232
2025-06-23
crypto: ahash - Stop legacy tfms from using the set_virt fallback path
Herbert Xu
1
-0
/
+3
2025-06-23
crypto: wp512 - Use API partial block handling
Herbert Xu
1
-76
/
+45
2025-06-18
crypto: ahash - Fix infinite recursion in ahash_def_finup
Herbert Xu
1
-1
/
+3
2025-06-13
crypto: pcrypt - Optimize pcrypt_aead_init_tfm()
Yury Norov [NVIDIA]
1
-5
/
+2
2025-06-13
crypto: testmgr - desupport SHA-1 for FIPS 140
Vegard Nossum
1
-5
/
+0
2025-06-13
crypto: testmgr - reinstate kconfig control over full self-tests
Eric Biggers
2
-7
/
+33
2025-06-11
crypto: ahash - Add support for drivers with no fallback
Herbert Xu
1
-1
/
+9
2025-06-11
crypto: hkdf - move to late_initcall
Eric Biggers
1
-1
/
+1
2025-05-30
Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-4
/
+4
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+1
2025-05-28
Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-4
/
+5
2025-05-27
crypto: shash - Fix buffer overrun in import function
Herbert Xu
1
-4
/
+5
2025-05-26
Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
113
-3881
/
+3084
2025-05-26
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
3
-4
/
+6
2025-05-23
crypto: api - Redo lookup on EEXIST
Herbert Xu
1
-2
/
+11
2025-05-23
Revert "crypto: testmgr - Add hash export format testing"
Herbert Xu
2
-88
/
+9
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+0
2025-05-21
include: pe.h: Fix PE definitions
Pali Rohár
1
-4
/
+4
2025-05-19
crypto: xts - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-05-19
crypto: lrw - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-05-19
crypto: testmgr - Add hash export format testing
Herbert Xu
2
-9
/
+88
2025-05-19
crypto: testmgr - Use ahash for generic tfm
Herbert Xu
1
-19
/
+18
2025-05-19
crypto: hmac - Add ahash support
Herbert Xu
2
-14
/
+334
2025-05-19
crypto: testmgr - Ignore EEXIST on shash allocation
Herbert Xu
1
-1
/
+1
2025-05-19
crypto: algapi - Add driver template support to crypto_inst_setname
Herbert Xu
1
-4
/
+4
2025-05-19
crypto: shash - Set reqsize in shash_alg
Herbert Xu
2
-1
/
+2
2025-05-19
crypto: hmac - Add export_core and import_core
Herbert Xu
1
-0
/
+19
2025-05-19
crypto: hmac - Zero shash desc in setkey
Herbert Xu
1
-25
/
+10
2025-05-19
crypto: ahash - Handle partial blocks in API
Herbert Xu
1
-279
/
+248
2025-05-19
crypto: hash - Add export_core and import_core hooks
Herbert Xu
2
-11
/
+55
2025-05-19
crypto: algif_hash - fix double free in hash_accept
Ivan Pravdin
1
-4
/
+0
2025-05-12
crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTS
Eric Biggers
2
-4
/
+4
2025-05-12
crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
Eric Biggers
1
-1
/
+1
[prev]
[next]