index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
crypto: hash - move "ahash wrapping shash" functions to ahash.c
Eric Biggers
2023-10-27
3
-191
/
+188
|
*
crypto: ahash - improve file comment
Eric Biggers
2023-10-27
1
-2
/
+6
|
*
crypto: ahash - remove struct ahash_request_priv
Eric Biggers
2023-10-27
1
-8
/
+0
|
*
crypto: gcm - stop using alignmask of ahash
Eric Biggers
2023-10-27
1
-2
/
+1
|
*
crypto: chacha20poly1305 - stop using alignmask of ahash
Eric Biggers
2023-10-27
1
-2
/
+1
|
*
crypto: ccm - stop using alignmask of ahash
Eric Biggers
2023-10-27
1
-2
/
+1
|
*
crypto: testmgr - stop checking crypto_ahash_alignmask
Eric Biggers
2023-10-27
1
-6
/
+3
|
*
crypto: authencesn - stop using alignmask of ahash
Eric Biggers
2023-10-27
1
-14
/
+6
|
*
crypto: authenc - stop using alignmask of ahash
Eric Biggers
2023-10-27
1
-10
/
+2
|
*
crypto: ahash - remove support for nonzero alignmask
Eric Biggers
2023-10-27
2
-113
/
+12
|
*
treewide: Add SPDX identifier to IETF ASN.1 modules
Lukas Wunner
2023-10-27
6
-0
/
+39
|
*
crypto: jitter - use permanent health test storage
Stephan Müller
2023-10-27
1
-51
/
+74
|
*
crypto: hctr2 - stop using alignmask of shash_alg
Eric Biggers
2023-10-27
1
-2
/
+1
|
*
crypto: adiantum - stop using alignmask of shash_alg
Eric Biggers
2023-10-27
1
-2
/
+1
|
*
crypto: testmgr - stop checking crypto_shash_alignmask
Eric Biggers
2023-10-27
1
-3
/
+2
|
*
crypto: drbg - stop checking crypto_shash_alignmask
Eric Biggers
2023-10-27
1
-1
/
+1
|
*
crypto: shash - remove support for nonzero alignmask
Eric Biggers
2023-10-27
1
-120
/
+8
|
*
crypto: xcbc - remove unnecessary alignment logic
Eric Biggers
2023-10-27
1
-22
/
+10
|
*
crypto: vmac - don't set alignmask
Eric Biggers
2023-10-27
1
-1
/
+0
|
*
crypto: hmac - remove unnecessary alignment logic
Eric Biggers
2023-10-27
1
-34
/
+22
|
*
crypto: cmac - remove unnecessary alignment logic
Eric Biggers
2023-10-27
1
-28
/
+11
|
*
crypto: cbcmac - remove unnecessary alignment logic
Eric Biggers
2023-10-27
1
-10
/
+7
|
*
crypto: shash - eliminate indirect call for default import and export
Eric Biggers
2023-10-27
1
-8
/
+33
|
*
crypto: rsa - Add module alias for pkcs1pad
Herbert Xu
2023-10-27
1
-0
/
+2
|
*
certs: Break circular dependency when selftest is modular
Herbert Xu
2023-10-27
5
-21
/
+15
|
*
crypto: skcipher - fix weak key check for lskciphers
Eric Biggers
2023-10-20
3
-11
/
+7
|
*
crypto: lskcipher - Return EINVAL when ecb_name fails sanity checks
Herbert Xu
2023-10-20
1
-0
/
+1
|
*
crypto: mscode_parser - remove sha224 authenticode support
Dimitri John Ledkov
2023-10-20
1
-3
/
+0
|
*
crypto: pkcs7 - remove sha1 support
Dimitri John Ledkov
2023-10-20
6
-98
/
+2
|
*
crypto: adiantum - add fast path for single-page messages
Eric Biggers
2023-10-20
1
-18
/
+47
|
*
crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()
Eric Biggers
2023-10-20
1
-9
/
+2
|
*
crypto: shash - optimize the default digest and finup
Eric Biggers
2023-10-20
1
-2
/
+20
|
*
crypto: xts - use 'spawn' for underlying single-block cipher
Eric Biggers
2023-10-20
1
-8
/
+15
|
*
crypto: jitter - reuse allocated entropy collector
Stephan Müller
2023-10-13
3
-12
/
+28
|
*
crypto: xts - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-5
/
+5
|
*
crypto: lrw - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-7
/
+5
|
*
crypto: hctr2 - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-4
/
+4
|
*
crypto: gcm - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-5
/
+4
|
*
crypto: cts - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-6
/
+6
|
*
crypto: ctr - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-8
/
+6
|
*
crypto: chacha20poly1305 - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-4
/
+4
|
*
crypto: ccm - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-5
/
+4
|
*
crypto: authencesn - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-4
/
+4
|
*
crypto: authenc - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-4
/
+4
|
*
crypto: adiantum - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-5
/
+5
|
*
crypto: cryptd - Only access common skcipher fields on spawn
Herbert Xu
2023-10-13
1
-6
/
+6
|
*
crypto: essiv - Handle lskcipher spawns
Herbert Xu
2023-10-13
1
-10
/
+10
|
*
crypto: arc4 - Convert from skcipher to lskcipher
Herbert Xu
2023-10-13
2
-38
/
+24
|
*
crypto: skcipher - Add dependency on ecb
Herbert Xu
2023-10-13
1
-1
/
+2
|
*
crypto: testmgr - Remove zlib-deflate
Herbert Xu
2023-10-12
2
-85
/
+0
[prev]
[next]