index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-22
crypto: ccm - fix incompatibility between "ccm" and "ccm_base"
Eric Biggers
1
-26
/
+18
2019-05-22
crypto: gcm - fix incompatibility between "gcm" and "gcm_base"
Eric Biggers
1
-23
/
+11
2019-05-22
crypto: crct10dif-generic - fix use via crypto_shash_digest()
Eric Biggers
1
-7
/
+4
2019-05-22
crypto: skcipher - don't WARN on unprocessed data after slow walk step
Eric Biggers
1
-2
/
+7
2019-05-22
crypto: chacha20poly1305 - set cra_name correctly
Eric Biggers
1
-2
/
+2
2019-05-22
crypto: chacha-generic - fix use as arm64 no-NEON fallback
Eric Biggers
1
-1
/
+1
2019-05-22
crypto: lrw - don't access already-freed walk.iv
Eric Biggers
1
-1
/
+3
2019-05-22
crypto: salsa20 - don't access already-freed walk.iv
Eric Biggers
1
-1
/
+1
2019-05-02
crypto: lrw - Fix atomic sleep when walking skcipher
Herbert Xu
1
-1
/
+5
2019-05-02
crypto: xts - Fix atomic sleep when walking skcipher
Herbert Xu
1
-1
/
+5
2019-04-27
crypto: x86/poly1305 - fix overflow during partial reduction
Eric Biggers
1
-1
/
+43
2019-03-23
crypto: testmgr - skip crc32c context test for ahash algorithms
Eric Biggers
1
-4
/
+10
2019-03-23
crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
Eric Biggers
1
-9
/
+18
2019-03-23
crypto: pcbc - remove bogus memcpy()s with src == dest
Eric Biggers
1
-10
/
+4
2019-03-23
crypto: morus - fix handling chunked inputs
Eric Biggers
2
-12
/
+14
2019-03-23
crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
Eric Biggers
2
-14
/
+32
2019-03-23
crypto: aegis - fix handling chunked inputs
Eric Biggers
3
-21
/
+21
2019-03-23
crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
Eric Biggers
1
-1
/
+3
2019-03-23
crypto: ahash - fix another early termination in hash walk
Eric Biggers
1
-7
/
+7
2019-03-23
crypto: ofb - fix handling partial blocks and make thread-safe
Eric Biggers
2
-56
/
+63
2019-03-23
crypto: cfb - remove bogus memcpy() with src == dest
Eric Biggers
1
-4
/
+4
2019-03-23
crypto: cfb - add missing 'chunksize' property
Eric Biggers
2
-0
/
+31
2019-02-18
net: crypto set sk to NULL when af_alg_release.
Mao Wenan
1
-1
/
+3
2019-01-10
crypto: sm3 - fix undefined shift by >= width of value
Eric Biggers
1
-1
/
+1
2019-01-10
crypto: adiantum - initialize crypto_spawn::inst
Eric Biggers
1
-0
/
+4
2019-01-10
crypto: authencesn - Avoid twice completion call in decrypt path
Harsh Jain
1
-1
/
+1
2019-01-10
crypto: authenc - fix parsing key with misaligned rta_len
Eric Biggers
1
-3
/
+11
2018-12-29
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-2
/
+2
2018-12-27
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
37
-786
/
+6297
2018-12-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
5
-87
/
+7
2018-12-23
crypto: salsa20-generic - don't unnecessarily use atomic walk
Eric Biggers
1
-1
/
+1
2018-12-23
crypto: skcipher - add might_sleep() to skcipher_walk_virt()
Eric Biggers
1
-0
/
+2
2018-12-23
crypto: user - remove unused dump functions
Corentin Labbe
2
-36
/
+1
2018-12-22
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
1
-2
/
+2
2018-12-13
crypto: adiantum - fix leaking reference to hash algorithm
Eric Biggers
1
-4
/
+5
2018-12-13
crypto: user - support incremental algorithm dumps
Eric Biggers
1
-17
/
+20
2018-12-13
crypto: adiantum - adjust some comments to match latest paper
Eric Biggers
2
-20
/
+23
2018-12-13
crypto: xchacha20 - fix comments for test vectors
Eric Biggers
1
-8
/
+6
2018-12-13
crypto: xchacha - add test vector from XChaCha20 draft RFC
Eric Biggers
1
-2
/
+176
2018-12-13
crypto: x86/chacha - add XChaCha12 support
Eric Biggers
1
-2
/
+2
2018-12-13
crypto: x86/chacha20 - add XChaCha20 support
Eric Biggers
1
-9
/
+3
2018-12-13
crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305
Eric Biggers
1
-0
/
+8
2018-12-13
crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305
Eric Biggers
1
-0
/
+8
2018-12-13
crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance
Eric Biggers
1
-0
/
+2
2018-12-13
crypto: tcrypt - add block size of 1472 to skcipher template
Ard Biesheuvel
1
-1
/
+1
2018-12-07
crypto: user - Add crypto_stats_init
Corentin Labbe
1
-3
/
+7
2018-12-07
crypto: user - rename err_cnt parameter
Corentin Labbe
2
-28
/
+28
2018-12-07
crypto: user - Split stats in multiple structures
Corentin Labbe
2
-98
/
+92
2018-12-07
crypto: user - remove intermediate variable
Corentin Labbe
1
-91
/
+41
[next]