summaryrefslogtreecommitdiff
path: root/crypto/scompress.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu1-2/+1
2023-04-06crypto: algif_hash - Allocate hash state with kmallocHerbert Xu1-4/+15
2023-04-06crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu1-1/+1
2023-04-06crypto: jitter - permanent and intermittent health errorsStephan Müller3-120/+76
2023-03-24async_tx: fix kernel-doc notation warningsRandy Dunlap2-7/+7
2023-03-24crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen1-1/+3
2023-03-17crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain1-10/+1
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers1-97/+169
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu9-72/+36
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu3-77/+48
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu3-55/+87
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu3-58/+34
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu5-74/+101
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu5-117/+176
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu3-76/+34
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu3-60/+73
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu1-0/+6
2023-02-14crypto: proc - Print fips statusHerbert Xu1-0/+6
2023-02-14crypto: ecc - Silence sparse warningHerbert Xu1-2/+4
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu19-139/+124
2023-02-13crypto: cryptd - Use request_complete helpersHerbert Xu1-108/+126
2023-02-13crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu1-19/+15
2023-02-13crypto: engine - Use crypto_request_completeHerbert Xu1-3/+3
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-105/+74
2023-02-13crypto: cryptd - Use subreq for AEADHerbert Xu1-4/+16
2023-02-13KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior1-2/+22
2023-02-13crypto: certs: fix FIPS selftest dependencyArnd Bergmann2-1/+2
2023-02-10crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun1-0/+8
2023-02-03Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad...Herbert Xu1-1/+1
2023-01-27crypto: engine - Fix excess parameter doc warningHerbert Xu1-1/+1
2023-01-27crypto: xts - Handle EBUSY correctlyHerbert Xu1-4/+4
2023-01-27crypto: cryptd - Remove unnecessary skcipher_request_zeroHerbert Xu1-2/+0
2023-01-27crypto: testmgr - disallow certain DRBG hash functions in FIPS modeVladis Dronov1-4/+0
2023-01-20crypto: seqiv - Handle EBUSY correctlyHerbert Xu1-1/+1
2023-01-20crypto: essiv - Handle EBUSY correctlyHerbert Xu1-1/+6
2023-01-20crypto: tcrypt - include larger key sizes in RFC4106 benchmarkArd Biesheuvel2-5/+5
2023-01-19wifi: cfg80211: Deduplicate certificate loadingLukas Wunner1-0/+1
2023-01-13crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffersArd Biesheuvel1-18/+4
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo1-0/+4
2023-01-06crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS modeNicolai Stange1-0/+2
2023-01-06crypto: testmgr - disallow plain ghash in FIPS modeNicolai Stange1-1/+0
2023-01-06crypto: testmgr - disallow plain cbcmac(aes) in FIPS modeNicolai Stange1-1/+0
2022-12-30crypto: wp512 - disable kmsan checks in wp512_process_buffer()Arnd Bergmann1-1/+1
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel2-4/+4
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu1-2/+7
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu17-17/+19
2022-12-02crypto: dh - Use helper to set reqsizeHerbert Xu1-1/+3
2022-12-02crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu1-1/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers1-15/+3