index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
essiv.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
crypto: drbg - stop checking crypto_shash_alignmask
Eric Biggers
1
-1
/
+1
2023-10-27
libceph: stop checking crypto_shash_alignmask
Eric Biggers
1
-4
/
+0
2023-10-27
crypto: shash - remove support for nonzero alignmask
Eric Biggers
1
-120
/
+8
2023-10-27
crypto: xcbc - remove unnecessary alignment logic
Eric Biggers
1
-22
/
+10
2023-10-27
crypto: vmac - don't set alignmask
Eric Biggers
1
-1
/
+0
2023-10-27
crypto: hmac - remove unnecessary alignment logic
Eric Biggers
1
-34
/
+22
2023-10-27
crypto: cmac - remove unnecessary alignment logic
Eric Biggers
1
-28
/
+11
2023-10-27
crypto: cbcmac - remove unnecessary alignment logic
Eric Biggers
1
-10
/
+7
2023-10-27
crypto: loongarch/crc32 - remove redundant setting of alignmask to 0
Eric Biggers
1
-2
/
+0
2023-10-27
crypto: mips/crc32 - remove redundant setting of alignmask to 0
Eric Biggers
1
-2
/
+0
2023-10-27
crypto: xilinx/zynqmp-sha - remove unnecessary alignmask
Eric Biggers
1
-1
/
+0
2023-10-27
crypto: stm32 - remove unnecessary alignmask
Eric Biggers
1
-2
/
+0
2023-10-27
crypto: sparc/crc32c - stop using the shash alignmask
Eric Biggers
1
-21
/
+24
2023-10-27
crypto: shash - eliminate indirect call for default import and export
Eric Biggers
2
-21
/
+35
2023-10-27
dt-bindings: crypto: qcom,prng: document SA8775P and SC7280
Om Prakash Singh
1
-0
/
+2
2023-10-27
crypto: rsa - Add module alias for pkcs1pad
Herbert Xu
1
-0
/
+2
2023-10-27
certs: Break circular dependency when selftest is modular
Herbert Xu
5
-21
/
+15
2023-10-27
padata: Fix refcnt handling in padata_free_shell()
WangJinchao
1
-1
/
+5
2023-10-20
crypto: qcom-rng - Add missing dependency on hw_random
André Apitzsch
1
-0
/
+1
2023-10-20
crypto: skcipher - fix weak key check for lskciphers
Eric Biggers
3
-11
/
+7
2023-10-20
crypto: hisilicon/qm - fix EQ/AEQ interrupt issue
Longfang Liu
2
-65
/
+41
2023-10-20
crypto: hifn_795x - Silence gcc format-truncation false positive warnings
Herbert Xu
1
-3
/
+8
2023-10-20
crypto: lskcipher - Return EINVAL when ecb_name fails sanity checks
Herbert Xu
1
-0
/
+1
2023-10-20
certs: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512
Dimitri John Ledkov
1
-2
/
+4
2023-10-20
module: Do not offer sha224 for built-in module signing
Dimitri John Ledkov
1
-5
/
+0
2023-10-20
crypto: mscode_parser - remove sha224 authenticode support
Dimitri John Ledkov
1
-3
/
+0
2023-10-20
crypto: pkcs7 - remove sha1 support
Dimitri John Ledkov
8
-107
/
+2
2023-10-20
crypto: ccp - Dump SEV command buffer registers on SEV command error
John Allen
1
-0
/
+14
2023-10-20
crypto: arm64/sha512 - clean up backwards function names
Eric Biggers
1
-7
/
+5
2023-10-20
crypto: arm64/sha256 - clean up backwards function names
Eric Biggers
1
-14
/
+12
2023-10-20
crypto: arm64/sha512-ce - clean up backwards function names
Eric Biggers
2
-17
/
+17
2023-10-20
crypto: arm64/sha2-ce - clean up backwards function names
Eric Biggers
2
-19
/
+20
2023-10-20
crypto: arm64/sha1-ce - clean up backwards function names
Eric Biggers
2
-14
/
+15
2023-10-20
crypto: x86/nhpoly1305 - implement ->digest
Eric Biggers
2
-0
/
+18
2023-10-20
crypto: arm64/nhpoly1305 - implement ->digest
Eric Biggers
1
-0
/
+9
2023-10-20
crypto: arm/nhpoly1305 - implement ->digest
Eric Biggers
1
-0
/
+9
2023-10-20
crypto: adiantum - add fast path for single-page messages
Eric Biggers
1
-18
/
+47
2023-10-20
crypto: qat - fix double free during reset
Svyatoslav Pankratov
1
-1
/
+2
2023-10-20
crypto: x86/sha256 - implement ->digest for sha256
Eric Biggers
1
-0
/
+32
2023-10-20
crypto: arm64/sha2-ce - implement ->digest for sha256
Eric Biggers
1
-0
/
+8
2023-10-20
crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()
Eric Biggers
1
-9
/
+2
2023-10-20
crypto: shash - optimize the default digest and finup
Eric Biggers
1
-2
/
+20
2023-10-20
crypto: xts - use 'spawn' for underlying single-block cipher
Eric Biggers
1
-8
/
+15
2023-10-20
crypto: virtio - handle config changed by work queue
zhenwei pi
2
-1
/
+16
2023-10-14
crypto: hisilicon/qm - alloc buffer to set and get xqc
Weili Qian
4
-234
/
+191
2023-10-13
crypto: jitter - reuse allocated entropy collector
Stephan Müller
3
-12
/
+28
2023-10-13
hwrng: n2 - Use device_get_match_data()
Rob Herring
1
-7
/
+3
2023-10-13
crypto: aspeed-hace - Use device_get_match_data()
Rob Herring
1
-7
/
+3
2023-10-13
crypto: qat - add cnv_errors debugfs file
Lucas Segarra Fernandez
9
-0
/
+355
2023-10-13
crypto: qat - add pm_status debugfs file
Lucas Segarra Fernandez
12
-5
/
+480
[next]